public class DockerRemoveContainer extends hudson.model.AbstractDescribableImpl<DockerRemoveContainer> implements Serializable
RemoveContainerCmdImpl, 
Serialized Form| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DockerRemoveContainer.DescriptorImpl  | 
| Constructor and Description | 
|---|
DockerRemoveContainer()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
void | 
exec(com.github.kostyasha.yad_docker_java.com.github.dockerjava.api.DockerClient client,
    String containerId)  | 
YADockerConnector | 
getConnector()  | 
int | 
hashCode()  | 
boolean | 
isForce()  | 
boolean | 
isRemoveVolumes()  | 
void | 
setConnector(YADockerConnector connector)  | 
void | 
setForce(boolean force)  | 
void | 
setRemoveVolumes(boolean removeVolumes)  | 
String | 
toString()  | 
public boolean isRemoveVolumes()
@DataBoundSetter public void setRemoveVolumes(boolean removeVolumes)
public boolean isForce()
@DataBoundSetter public void setForce(boolean force)
@CheckForNull public YADockerConnector getConnector()
public void setConnector(YADockerConnector connector)
public void exec(com.github.kostyasha.yad_docker_java.com.github.dockerjava.api.DockerClient client,
                 String containerId)
          throws Exception
ExceptionCopyright © 2016–2020. All rights reserved.