Package com.fortify.plugin.jenkins
Class RemoteService
- java.lang.Object
-
- com.fortify.plugin.jenkins.RemoteService
-
- All Implemented Interfaces:
FilePath.FileCallable<FPRSummary>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class RemoteService extends Object implements FilePath.FileCallable<FPRSummary>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteService(String fpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkRoles(org.jenkinsci.remoting.RoleChecker arg0)
FPRSummary
invoke(File workspace, hudson.remoting.VirtualChannel channel)
-
-
-
Constructor Detail
-
RemoteService
public RemoteService(String fpr)
-
-
Method Detail
-
invoke
public FPRSummary invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException
- Specified by:
invoke
in interfaceFilePath.FileCallable<FPRSummary>
- Throws:
IOException
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker arg0) throws SecurityException
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-
-