public class QuickBuildRequest
extends com.microsoft.azure.management.containerregistry.implementation.QueueBuildRequestInner
| Constructor and Description |
|---|
QuickBuildRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> |
buildArguments()
Get the buildArguments value.
|
String |
dockerFilePath()
Get the dockerFilePath value.
|
List<String> |
imageNames()
Get the imageNames value.
|
Boolean |
isPushEnabled()
Get the isPushEnabled value.
|
Boolean |
noCache()
Get the noCache value.
|
PlatformProperties |
platform()
Get the platform value.
|
String |
sourceLocation()
Get the sourceLocation value.
|
Integer |
timeout()
Get the timeout value.
|
QuickBuildRequest |
withBuildArguments(List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> buildArguments)
Set the buildArguments value.
|
QuickBuildRequest |
withDockerFilePath(String dockerFilePath)
Set the dockerFilePath value.
|
QuickBuildRequest |
withImageNames(List<String> imageNames)
Set the imageNames value.
|
QuickBuildRequest |
withIsPushEnabled(Boolean isPushEnabled)
Set the isPushEnabled value.
|
QuickBuildRequest |
withNoCache(Boolean noCache)
Set the noCache value.
|
QuickBuildRequest |
withPlatform(PlatformProperties platform)
Set the platform value.
|
QuickBuildRequest |
withSourceLocation(String sourceLocation)
Set the sourceLocation value.
|
QuickBuildRequest |
withTimeout(Integer timeout)
Set the timeout value.
|
public QuickBuildRequest withImageNames(List<String> imageNames)
imageNames - the imageNames value to setpublic String sourceLocation()
public QuickBuildRequest withSourceLocation(String sourceLocation)
sourceLocation - the sourceLocation value to setpublic List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> buildArguments()
public QuickBuildRequest withBuildArguments(List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> buildArguments)
buildArguments - the buildArguments value to setpublic Boolean isPushEnabled()
public QuickBuildRequest withIsPushEnabled(Boolean isPushEnabled)
isPushEnabled - the isPushEnabled value to setpublic Boolean noCache()
public QuickBuildRequest withNoCache(Boolean noCache)
noCache - the noCache value to setpublic Integer timeout()
public QuickBuildRequest withTimeout(Integer timeout)
timeout - the timeout value to setpublic PlatformProperties platform()
public QuickBuildRequest withPlatform(PlatformProperties platform)
platform - the platform value to setpublic String dockerFilePath()
public QuickBuildRequest withDockerFilePath(String dockerFilePath)
dockerFilePath - the dockerFilePath value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/