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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DockerBuildAction.DescriptorImpl
Just for assisting form related stuff.
-
Constructor Summary
Constructors Constructor Description DockerBuildAction(DockerTransientNode node)
DockerBuildAction(String containerHost, String containerId, String taggedId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCloudId()
String
getContainerHost()
String
getContainerId()
DockerBuildAction.DescriptorImpl
getDescriptor()
String
getDisplayName()
String
getIconFileName()
String
getInspect()
Run<?,?>
getRun()
String
getTaggedId()
String
getUrlName()
void
onAttached(Run<?,?> run)
void
onLoad(Run<?,?> run)
-
-
-
Constructor Detail
-
DockerBuildAction
public DockerBuildAction(String containerHost, String containerId, String taggedId)
-
DockerBuildAction
public DockerBuildAction(DockerTransientNode node)
-
-
Method Detail
-
getCloudId
public String getCloudId()
-
getContainerHost
public String getContainerHost()
-
getContainerId
public String getContainerId()
-
getTaggedId
public String getTaggedId()
-
getInspect
public String getInspect()
-
getRun
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public Run<?,?> getRun()
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getDescriptor
public DockerBuildAction.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<DockerBuildAction>
-
onAttached
public void onAttached(Run<?,?> run)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoad
in interfaceRunAction2
-
-