public class CollapsingSectionNote
extends hudson.console.ConsoleNote
| Modifier and Type | Class and Description |
|---|---|
static class |
CollapsingSectionNote.DescriptorImpl |
| Constructor and Description |
|---|
CollapsingSectionNote(String sectionDisplayName,
String sectionStartPattern,
String sectionEndPattern,
boolean collapseOnlyOneLevel) |
| Modifier and Type | Method and Description |
|---|---|
hudson.console.ConsoleAnnotator |
annotate(Object context,
hudson.MarkupText text,
int charPos) |
SectionDefinition |
getDefinition() |
String |
getSectionDisplayName() |
String |
getSectionEndPattern() |
String |
getSectionStartPattern() |
boolean |
isCollapseOnlyOneLevel() |
public String getSectionDisplayName()
public String getSectionStartPattern()
public String getSectionEndPattern()
public boolean isCollapseOnlyOneLevel()
public SectionDefinition getDefinition()
public hudson.console.ConsoleAnnotator annotate(Object context, hudson.MarkupText text, int charPos)
annotate in class hudson.console.ConsoleNoteCopyright © 2016. All rights reserved.