Package jenkins.console
Interface WithConsoleUrl
- All Known Subinterfaces:
 Queue.Executable
- All Known Implementing Classes:
 AbstractBuild,Build,FreeStyleBuild,Run
@Restricted(org.kohsuke.accmod.restrictions.Beta.class)
public interface WithConsoleUrl
A model object that may have a console URL.
- 
Method Summary
 
- 
Method Details
- 
getConsoleUrl
- Returns:
 - a URL relative to the context root without leading slash, such as 
job/xxx/123/console; or null if unknown or not applicable 
 
 -