Class DockerLaunchAction
- java.lang.Object
-
- com.nirima.jenkins.plugins.docker.action.DockerLaunchAction
-
- All Implemented Interfaces:
Action
,ModelObject
,Serializable
public class DockerLaunchAction extends Object implements Action, Serializable
Action to record launching of an agent.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DockerLaunchAction.Item
-
Constructor Summary
Constructors Constructor Description DockerLaunchAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
Iterable<DockerLaunchAction.Item>
getRunning()
String
getUrlName()
void
started(com.github.dockerjava.api.DockerClient client, String containerName)
void
stopped(com.github.dockerjava.api.DockerClient client, String containerName)
-
-
-
Method Detail
-
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
-
started
public void started(com.github.dockerjava.api.DockerClient client, String containerName)
-
stopped
public void stopped(com.github.dockerjava.api.DockerClient client, String containerName)
-
getRunning
public Iterable<DockerLaunchAction.Item> getRunning()
-
-