DockerBuildRequest |
DockerBuildRequest.withAgentConfiguration(AgentProperties agentConfiguration) |
Set the agentConfiguration property: The machine configuration of the run agent.
|
DockerBuildRequest |
DockerBuildRequest.withAgentPoolName(String agentPoolName) |
Set the agentPoolName property: The dedicated agent pool for the run.
|
DockerBuildRequest |
DockerBuildRequest.withArguments(List<Argument> arguments) |
Set the arguments property: The collection of override arguments to be used when executing the run.
|
DockerBuildRequest |
DockerBuildRequest.withCredentials(Credentials credentials) |
Set the credentials property: The properties that describes a set of credentials that will be used when this run
is invoked.
|
DockerBuildRequest |
DockerBuildRequest.withDockerFilePath(String dockerFilePath) |
Set the dockerFilePath property: The Docker file path relative to the source location.
|
DockerBuildRequest |
DockerBuildRequest.withImageNames(List<String> imageNames) |
Set the imageNames property: The fully qualified image names including the repository and tag.
|
DockerBuildRequest |
DockerBuildRequest.withIsArchiveEnabled(Boolean isArchiveEnabled) |
Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not.
|
DockerBuildRequest |
DockerBuildRequest.withIsPushEnabled(Boolean isPushEnabled) |
Set the isPushEnabled property: The value of this property indicates whether the image built should be pushed to
the registry or not.
|
DockerBuildRequest |
DockerBuildRequest.withLogTemplate(String logTemplate) |
Set the logTemplate property: The template that describes the repository and tag information for run log
artifact.
|
DockerBuildRequest |
DockerBuildRequest.withNoCache(Boolean noCache) |
Set the noCache property: The value of this property indicates whether the image cache is enabled or not.
|
DockerBuildRequest |
DockerBuildRequest.withPlatform(PlatformProperties platform) |
Set the platform property: The platform properties against which the run has to happen.
|
DockerBuildRequest |
DockerBuildRequest.withSourceLocation(String sourceLocation) |
Set the sourceLocation property: The URL(absolute or relative) of the source context.
|
DockerBuildRequest |
DockerBuildRequest.withTarget(String target) |
Set the target property: The name of the target build stage for the docker build.
|
DockerBuildRequest |
DockerBuildRequest.withTimeout(Integer timeout) |
Set the timeout property: Run timeout in seconds.
|