org.jvnet.hudson.plugins.collapsingconsolesections
Class CollapsingSectionNote

java.lang.Object
  extended by hudson.console.ConsoleNote
      extended by org.jvnet.hudson.plugins.collapsingconsolesections.CollapsingSectionNote
All Implemented Interfaces:
hudson.model.Describable, java.io.Serializable

public class CollapsingSectionNote
extends hudson.console.ConsoleNote

Author:
dty
See Also:
Serialized Form

Nested Class Summary
static class CollapsingSectionNote.DescriptorImpl
           
 
Field Summary
 
Fields inherited from class hudson.console.ConsoleNote
POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
 
Constructor Summary
CollapsingSectionNote(java.lang.String sectionDisplayName, java.lang.String sectionStartPattern, java.lang.String sectionEndPattern)
           
 
Method Summary
 hudson.console.ConsoleAnnotator annotate(java.lang.Object context, hudson.MarkupText text, int charPos)
           
 SectionDefinition getDefinition()
           
 java.lang.String getSectionDisplayName()
           
 java.lang.String getSectionEndPattern()
           
 java.lang.String getSectionStartPattern()
           
 
Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollapsingSectionNote

@DataBoundConstructor
public CollapsingSectionNote(java.lang.String sectionDisplayName,
                                                  java.lang.String sectionStartPattern,
                                                  java.lang.String sectionEndPattern)
Method Detail

getSectionDisplayName

public java.lang.String getSectionDisplayName()

getSectionStartPattern

public java.lang.String getSectionStartPattern()

getSectionEndPattern

public java.lang.String getSectionEndPattern()

getDefinition

public SectionDefinition getDefinition()

annotate

public hudson.console.ConsoleAnnotator annotate(java.lang.Object context,
                                                hudson.MarkupText text,
                                                int charPos)
Specified by:
annotate in class hudson.console.ConsoleNote


Copyright © 2010. All Rights Reserved.