Class DockerManagementServer
java.lang.Object
com.nirima.jenkins.plugins.docker.DockerManagementServer
- All Implemented Interfaces:
Describable<DockerManagementServer>
Created by magnayn on 22/02/2014.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doControlSubmit
(String stopId, org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) getUrl()
-
Constructor Details
-
DockerManagementServer
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<DockerManagementServer>
-
getUrl
-
getImages
-
getProcesses
-
asTime
-
doControlSubmit
public void doControlSubmit(@QueryParameter("stopId") String stopId, org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException - Throws:
IOException
-