Class TagImageSlaveCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<String,IOException>
com.qualys.plugins.containerSecurity.TagImageSlaveCallable
- All Implemented Interfaces:
hudson.remoting.Callable<String,,IOException> Serializable,ControllerToAgentCallable<String,,IOException> org.jenkinsci.remoting.RoleSensitive
public class TagImageSlaveCallable
extends MasterToSlaveCallable<String,IOException>
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTagImageSlaveCallable(String image, String imageId, String dockerUrl, String dockerCert, TaskListener listener) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFailMethods inherited from interface jenkins.agents.ControllerToAgentCallable
checkRoles
-
Constructor Details
-
TagImageSlaveCallable
public TagImageSlaveCallable(String image, String imageId, String dockerUrl, String dockerCert, TaskListener listener)
-
-
Method Details
-
call
- Specified by:
callin interfacehudson.remoting.Callable<String,IOException> - Throws:
IOException
-