|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.testlink.result.TestResultsCallable
public class TestResultsCallable
Uses test results seekers to find results.
Constructor Summary | |
---|---|
TestResultsCallable()
Default constructor. |
Method Summary | |
---|---|
void |
addTestResultSeeker(TestResultSeeker<?> testResultSeeker)
Adds a test result seeker. |
protected java.lang.String |
getBase64FileContent(java.io.File file)
Retrieves the file content encoded in Base64. |
java.util.List<TestResultSeeker<?>> |
getTestResultSeekers()
Gets test result seekers. |
java.util.Map<java.lang.Integer,TestCaseWrapper> |
invoke(java.io.File f,
hudson.remoting.VirtualChannel channel)
|
java.util.Map<java.lang.Integer,TestCaseWrapper> |
seekTestResults(java.io.File directory)
Seeks test results in a given directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestResultsCallable()
Method Detail |
---|
public void addTestResultSeeker(TestResultSeeker<?> testResultSeeker)
public java.util.List<TestResultSeeker<?>> getTestResultSeekers()
public java.util.Map<java.lang.Integer,TestCaseWrapper> seekTestResults(java.io.File directory) throws TestResultSeekerException
directory
- directory to seek for test results.
TestResultSeekerException
protected java.lang.String getBase64FileContent(java.io.File file) throws java.io.IOException
file
- file to read the content.
java.io.IOException
public java.util.Map<java.lang.Integer,TestCaseWrapper> invoke(java.io.File f, hudson.remoting.VirtualChannel channel) throws java.io.IOException, java.lang.InterruptedException
invoke
in interface hudson.FilePath.FileCallable<java.util.Map<java.lang.Integer,TestCaseWrapper>>
java.io.IOException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |