hudson.plugins.gradle
Class GradleOutcomeNote

java.lang.Object
  extended by hudson.console.ConsoleNote
      extended by hudson.plugins.gradle.GradleOutcomeNote
All Implemented Interfaces:
hudson.model.Describable, Serializable

public class GradleOutcomeNote
extends hudson.console.ConsoleNote

Annotates the BUILD SUCCESSFUL/FAILED line of the Ant execution.

Author:
ikikko
See Also:
Serialized Form

Nested Class Summary
static class GradleOutcomeNote.DescriptorImpl
           
 
Field Summary
 
Fields inherited from class hudson.console.ConsoleNote
POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
 
Constructor Summary
GradleOutcomeNote()
           
 
Method Summary
 hudson.console.ConsoleAnnotator annotate(Object context, hudson.MarkupText text, int charPos)
           
 
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

GradleOutcomeNote

public GradleOutcomeNote()
Method Detail

annotate

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


Copyright © 2004-2013. All Rights Reserved.