public class DockerBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerBuilder.DescriptorImpl
Descriptor for
DockerBuilder. |
| Constructor and Description |
|---|
DockerBuilder(String repoName,
String repoTag,
boolean skipPush,
boolean noCache,
boolean skipBuild,
boolean skipDecorate,
boolean skipTagLatest,
String dockerfilePath)
See src/main/resources/hudson/plugins/hello_world/DockerBuilder/config.jelly
for the actual HTML fragment for the configuration screen.
|
| Modifier and Type | Method and Description |
|---|---|
DockerBuilder.DescriptorImpl |
getDescriptor() |
String |
getDockerfilePath() |
String |
getRepoName() |
String |
getRepoTag() |
boolean |
isNoCache() |
boolean |
isSkipBuild() |
boolean |
isSkipDecorate() |
boolean |
isSkipPush() |
boolean |
isSkipTagLatest() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public DockerBuilder(String repoName, String repoTag, boolean skipPush, boolean noCache, boolean skipBuild, boolean skipDecorate, boolean skipTagLatest, String dockerfilePath)
public String getRepoName()
public String getRepoTag()
public boolean isSkipPush()
public boolean isSkipBuild()
public boolean isSkipDecorate()
public boolean isSkipTagLatest()
public boolean isNoCache()
public String getDockerfilePath()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic DockerBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2015. All Rights Reserved.