Package io.jenkins.plugins.util
Class AgentFileVisitor.FileVisitorResult<T extends Serializable>
java.lang.Object
io.jenkins.plugins.util.AgentFileVisitor.FileVisitorResult<T>
- Type Parameters:
T
- the type of the results
- All Implemented Interfaces:
Serializable
- Enclosing class:
AgentFileVisitor<T extends Serializable>
public static class AgentFileVisitor.FileVisitorResult<T extends Serializable>
extends Object
implements Serializable
The results for all found files. Logging messages that have been recorded during the scanning process will be
also available.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionedu.hm.hafner.util.FilteredLog
getLog()
boolean
Returns whether there have been error messages recorded.
-
Method Details
-
getLog
public edu.hm.hafner.util.FilteredLog getLog() -
getResults
-
hasErrors
public boolean hasErrors()Returns whether there have been error messages recorded.- Returns:
true
if error messages have been recorded,false
otherwise
-