Class DockerBuildAction
java.lang.Object
com.nirima.jenkins.plugins.docker.action.DockerBuildAction
- All Implemented Interfaces:
Action
,Describable<DockerBuildAction>
,ModelObject
,Serializable
,RunAction2
@ExportedBean
public class DockerBuildAction
extends Object
implements RunAction2, Serializable, Describable<DockerBuildAction>
Created by magnayn on 10/01/2014.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Just for assisting form related stuff. -
Constructor Summary
ConstructorsConstructorDescriptionDockerBuildAction
(String containerHost, String containerId, String taggedId) -
Method Summary
-
Constructor Details
-
DockerBuildAction
-
DockerBuildAction
-
-
Method Details
-
getCloudId
-
getContainerHost
-
getContainerId
-
getTaggedId
-
getInspect
-
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<DockerBuildAction>
-
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-