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 class
Just 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()
void
onAttached
(Run<?, ?> run) void
void
setNoCache
(boolean noCache) void
setPull
(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:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<DockerBuildImageAction>
-
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-
tags