Uses of Class
hudson.console.AnnotatedLargeText
-
Packages that use AnnotatedLargeText Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.triggers Built-inTrigger
s that run periodically to kick a new build.jenkins.management -
-
Uses of AnnotatedLargeText in hudson.model
Fields in hudson.model with type parameters of type AnnotatedLargeText Modifier and Type Field Description protected WeakReference<AnnotatedLargeText>
TaskAction. log
Hold the log of the tagging operation.Methods in hudson.model that return AnnotatedLargeText Modifier and Type Method Description AnnotatedLargeText<Computer>
Computer. getLogText()
Used to URL-bindAnnotatedLargeText
.AnnotatedLargeText
Run. getLogText()
Used to URL-bindAnnotatedLargeText
.AnnotatedLargeText
TaskAction. obtainLog()
Obtains the log file.Constructors in hudson.model with parameters of type AnnotatedLargeText Constructor Description ListenerAndText(TaskListener listener, AnnotatedLargeText<TaskAction> text)
-
Uses of AnnotatedLargeText in hudson.triggers
Methods in hudson.triggers that return AnnotatedLargeText Modifier and Type Method Description AnnotatedLargeText
SCMTrigger.BuildAction. getPollingLogText()
-
Uses of AnnotatedLargeText in jenkins.management
Methods in jenkins.management that return AnnotatedLargeText Modifier and Type Method Description AnnotatedLargeText
AsynchronousAdministrativeMonitor. getLogText()
Used to URL-bindAnnotatedLargeText
.
-