Package org.jenkinsci.plugins.codesonar
Class CodeSonarPublisher.DetermineAid
java.lang.Object
org.jenkinsci.plugins.codesonar.CodeSonarPublisher.DetermineAid
- All Implemented Interfaces:
FilePath.FileCallable<String>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- CodeSonarPublisher
public static final class CodeSonarPublisher.DetermineAid
extends Object
implements FilePath.FileCallable<String>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DetermineAid
-
-
Method Details
-
invoke
public String invoke(File jenkinsPipelineCWD, hudson.remoting.VirtualChannel vc) throws IOException, InterruptedException - Specified by:
invoke
in interfaceFilePath.FileCallable<String>
- Throws:
IOException
InterruptedException
-
checkRoles
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-