@Immutable public final class DockerBuildImageTaskProperties extends AbstractDockerTaskProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerBuildImageTaskProperties.DockerfileContent |
| Modifier and Type | Field and Description |
|---|---|
static ValidationContext |
VALIDATION_CONTEXT |
environmentVariables, MODULE_KEY, workingSubdirectory| Modifier | Constructor and Description |
|---|---|
protected |
DockerBuildImageTaskProperties() |
|
DockerBuildImageTaskProperties(String description,
boolean enabled,
String imageName,
DockerBuildImageTaskProperties.DockerfileContent dockerfileContent,
String dockerfile,
boolean useCache,
boolean saveAsFile,
String imageFileName,
String environmentVariables,
String workingSubdirectory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDockerfile() |
DockerBuildImageTaskProperties.DockerfileContent |
getDockerfileContent() |
String |
getImageFilename() |
String |
getImageName() |
int |
hashCode() |
boolean |
isSaveAsFile() |
boolean |
isUseCache() |
void |
validate() |
getAtlassianPlugin, getEnvironmentVariables, getWorkingSubdirectoryapplicableTo, getDescription, isEnabled, toStringpublic static final ValidationContext VALIDATION_CONTEXT
protected DockerBuildImageTaskProperties()
public DockerBuildImageTaskProperties(@Nullable
String description,
boolean enabled,
@NotNull
String imageName,
@NotNull
DockerBuildImageTaskProperties.DockerfileContent dockerfileContent,
@Nullable
String dockerfile,
boolean useCache,
boolean saveAsFile,
@Nullable
String imageFileName,
@Nullable
String environmentVariables,
@Nullable
String workingSubdirectory)
throws PropertiesValidationException
PropertiesValidationException@NotNull public String getImageName()
@NotNull public DockerBuildImageTaskProperties.DockerfileContent getDockerfileContent()
@Nullable public String getDockerfile()
public boolean isUseCache()
public boolean isSaveAsFile()
@Nullable public String getImageFilename()
public void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic boolean equals(Object o)
equals in class AbstractDockerTaskPropertiespublic int hashCode()
hashCode in class AbstractDockerTaskPropertiesCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.