Class CleanUpCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<S,InterruptedException>
com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable<Boolean>
com.piketec.jenkins.plugins.tpt.api.callables.CleanUpCallable
- All Implemented Interfaces:
hudson.remoting.Callable<Boolean,
,InterruptedException> Serializable
,org.jenkinsci.remoting.RoleSensitive
This code is executed on a Jenkins Agent. It should close an open TPT Project.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCleanUpCallable
(TaskListener listener, String hostName, int tptPort, String tptBindingName, FilePath[] exePaths, long tptStartUpTime, FilePath tptFilePath) -
Method Summary
Methods inherited from class com.piketec.jenkins.plugins.tpt.api.callables.TptApiCallable
getApi, getApiIfTptIsOpen, getLogger
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFail
-
Constructor Details
-
CleanUpCallable
public CleanUpCallable(TaskListener listener, String hostName, int tptPort, String tptBindingName, FilePath[] exePaths, long tptStartUpTime, FilePath tptFilePath)
-
-
Method Details
-
call
- Throws:
InterruptedException
-
getFilePath
-