public class DockerJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerJobProperty.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
additionalTag |
boolean |
cleanImages |
DockerJobTemplateProperty |
dockerJobTemplate |
boolean |
pushOnSuccess |
boolean |
tagOnCompletion
Tag on completion (commit).
|
| Constructor and Description |
|---|
DockerJobProperty(boolean tagOnCompletion,
String additionalTag,
boolean pushOnSuccess,
boolean cleanImages,
DockerJobTemplateProperty dockerJobTemplate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalTag() |
DockerJobTemplateProperty |
getDockerJobTemplate() |
boolean |
isCleanImages() |
boolean |
isPushOnSuccess() |
boolean |
isTagOnCompletion() |
public final boolean tagOnCompletion
public final String additionalTag
public final boolean pushOnSuccess
public final boolean cleanImages
public final DockerJobTemplateProperty dockerJobTemplate
@DataBoundConstructor
public DockerJobProperty(boolean tagOnCompletion,
String additionalTag,
boolean pushOnSuccess,
boolean cleanImages,
DockerJobTemplateProperty dockerJobTemplate)
@Exported public String getAdditionalTag()
@Exported public boolean isPushOnSuccess()
@Exported public boolean isTagOnCompletion()
@Exported public boolean isCleanImages()
@Exported public DockerJobTemplateProperty getDockerJobTemplate()
Copyright © 2016–2017. All rights reserved.