Class DockerBuildImageAction
java.lang.Object
com.nirima.jenkins.plugins.docker.action.DockerBuildImageAction
- All Implemented Interfaces:
 Action,Describable<DockerBuildImageAction>,ModelObject,Serializable,RunAction2
@ExportedBean
public class DockerBuildImageAction
extends Object
implements RunAction2, Serializable, Describable<DockerBuildImageAction>
Created by magnayn on 10/01/2014.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJust for assisting form related stuff. - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionDockerBuildImageAction(String containerHost, String containerId, String taggedId, boolean cleanupWithJenkinsJobDelete, boolean pushOnSuccess) Deprecated.DockerBuildImageAction(String containerHost, String containerId, List<String> tags, boolean cleanupWithJenkinsJobDelete, boolean pushOnSuccess) DockerBuildImageAction(String containerHost, String containerId, List<String> tags, boolean cleanupWithJenkinsJobDelete, boolean pushOnSuccess, boolean noCache, boolean pull)  - 
Method Summary
Modifier and TypeMethodDescriptionRun<?,?> getRun()voidonAttached(Run<?, ?> run) voidvoidsetNoCache(boolean noCache) voidsetPull(boolean pull)  
- 
Field Details
- 
containerHost
 - 
containerId
 - 
taggedId
Deprecated.usetags - 
tags
 - 
cleanupWithJenkinsJobDelete
public final boolean cleanupWithJenkinsJobDelete - 
pushOnSuccess
public final boolean pushOnSuccess - 
noCache
public boolean noCache - 
pull
public boolean pull 
 - 
 - 
Constructor Details
- 
DockerBuildImageAction
@Deprecated public DockerBuildImageAction(String containerHost, String containerId, String taggedId, boolean cleanupWithJenkinsJobDelete, boolean pushOnSuccess) Deprecated. - 
DockerBuildImageAction
 - 
DockerBuildImageAction
 
 - 
 - 
Method Details
- 
setPull
public void setPull(boolean pull)  - 
setNoCache
public void setNoCache(boolean noCache)  - 
getRun
 - 
getIconFileName
- Specified by:
 getIconFileNamein interfaceAction
 - 
getDisplayName
- Specified by:
 getDisplayNamein interfaceAction- Specified by:
 getDisplayNamein interfaceModelObject
 - 
getUrlName
- Specified by:
 getUrlNamein interfaceAction
 - 
getDescriptor
- Specified by:
 getDescriptorin interfaceDescribable<DockerBuildImageAction>
 - 
onAttached
- Specified by:
 onAttachedin interfaceRunAction2
 - 
onLoad
- Specified by:
 onLoadin interfaceRunAction2
 
 - 
 
tags