Package de.dagere.peass.ci.remote
Class RemoteRCA
- java.lang.Object
-
- de.dagere.peass.ci.remote.RemoteRCA
-
- All Implemented Interfaces:
FilePath.FileCallable<RCAResult>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class RemoteRCA extends Object implements FilePath.FileCallable<RCAResult>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteRCA(PeassProcessConfiguration peassConfig, de.dagere.peass.measurement.rca.CauseSearcherConfig causeConfig, de.dagere.peass.analysis.changes.ProjectChanges changes, TaskListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkRoles(org.jenkinsci.remoting.RoleChecker checker)
List<de.dagere.nodeDiffDetector.data.TestCase>
getFailedTests()
RCAResult
invoke(File workspaceFolder, hudson.remoting.VirtualChannel channel)
-
-
-
Constructor Detail
-
RemoteRCA
public RemoteRCA(PeassProcessConfiguration peassConfig, de.dagere.peass.measurement.rca.CauseSearcherConfig causeConfig, de.dagere.peass.analysis.changes.ProjectChanges changes, TaskListener listener)
-
-
Method Detail
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
- Specified by:
checkRoles
in interfaceorg.jenkinsci.remoting.RoleSensitive
- Throws:
SecurityException
-
invoke
public RCAResult invoke(File workspaceFolder, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Specified by:
invoke
in interfaceFilePath.FileCallable<RCAResult>
- Throws:
IOException
InterruptedException
-
getFailedTests
public List<de.dagere.nodeDiffDetector.data.TestCase> getFailedTests()
-
-