Uses of Interface
jenkins.console.WithConsoleUrl
Packages that use WithConsoleUrl
-
Uses of WithConsoleUrl in hudson
Methods in hudson with parameters of type WithConsoleUrlModifier and TypeMethodDescriptionstatic String
Functions.getConsoleUrl
(WithConsoleUrl withConsoleUrl) Computes the link to the console for the run for the specified object, takingConsoleUrlProvider
into account. -
Uses of WithConsoleUrl in hudson.model
Subinterfaces of WithConsoleUrl in hudson.modelModifier and TypeInterfaceDescriptionstatic interface
Represents the real meat of the computation run byExecutor
.Classes in hudson.model that implement WithConsoleUrlModifier and TypeClassDescriptionclass
AbstractBuild<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofRun
s that build software.class
A build of aProject
.class
class
A particular execution ofJob
.