Interface IWorkingDirectoryTracker
-
- All Known Implementing Classes:
ErrorParserManager
public interface IWorkingDirectoryTrackerInterface for console parsers able to track current working directory for build.- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URIgetWorkingDirectoryURI()Returns current working directory for the current build command as determined from build output.
-