Uses of Class
hudson.console.ConsoleAnnotationDescriptor
-
Packages that use ConsoleAnnotationDescriptor Package Description hudson.console Beef up the plain text console output by adding HTML markup.hudson.tasks._maven -
-
Uses of ConsoleAnnotationDescriptor in hudson.console
Subclasses of ConsoleAnnotationDescriptor in hudson.console Modifier and Type Class Description static class
ExpandableDetailsNote.DescriptorImpl
static class
HyperlinkNote.DescriptorImpl
static class
ModelHyperlinkNote.DescriptorImpl
Methods in hudson.console that return ConsoleAnnotationDescriptor Modifier and Type Method Description ConsoleAnnotationDescriptor
ConsoleNote. getDescriptor()
Methods in hudson.console that return types with arguments of type ConsoleAnnotationDescriptor Modifier and Type Method Description static DescriptorExtensionList<ConsoleNote<?>,ConsoleAnnotationDescriptor>
ConsoleAnnotationDescriptor. all()
Returns all the registeredConsoleAnnotationDescriptor
descriptors. -
Uses of ConsoleAnnotationDescriptor in hudson.tasks._maven
Subclasses of ConsoleAnnotationDescriptor in hudson.tasks._maven Modifier and Type Class Description static class
Maven3MojoNote.DescriptorImpl
static class
MavenErrorNote.DescriptorImpl
static class
MavenMojoNote.DescriptorImpl
static class
MavenWarningNote.DescriptorImpl
-