Class RailflowCallable
java.lang.Object
io.jenkins.plugins.railflow.jenkins.testresults.RailflowCallable
- All Implemented Interfaces:
hudson.remoting.Callable<List<String>,,Exception> Serializable,org.jenkinsci.remoting.RoleSensitive
public class RailflowCallable
extends Object
implements hudson.remoting.Callable<List<String>,Exception>, Serializable
Callable for running export into TestRail on a remote agent.
- Author:
- Sergey Oplavin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRailflowCallable(String licenseKeyOrContent, TestRailParameters testRailParameters, UploadParameters uploadParameters, String reportFilePattern, JiraParameters jiraParameters, TaskListener listener, String runId, FilePath workspace, boolean debugLogEnabled) -
Method Summary
Modifier and TypeMethodDescriptioncall()voidcheckRoles(org.jenkinsci.remoting.RoleChecker checker) 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, getOpenChannelOrFail
-
Constructor Details
-
RailflowCallable
public RailflowCallable(String licenseKeyOrContent, TestRailParameters testRailParameters, UploadParameters uploadParameters, String reportFilePattern, JiraParameters jiraParameters, TaskListener listener, String runId, FilePath workspace, boolean debugLogEnabled)
-
-
Method Details
-
call
-
checkRoles
- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-