public class DockerLaunchAction extends Object implements hudson.model.Action, Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerLaunchAction.Item |
| Constructor and Description |
|---|
DockerLaunchAction() |
| Modifier and Type | Method and 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) |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic void started(com.github.dockerjava.api.DockerClient client,
String containerName)
public void stopped(com.github.dockerjava.api.DockerClient client,
String containerName)
public Iterable<DockerLaunchAction.Item> getRunning()
Copyright © 2016–2017. All rights reserved.