org.jenkinsci.plugins.ghprb.extensions.comments
Class GhprbBuildStatus

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<GhprbExtension>
      extended by org.jenkinsci.plugins.ghprb.extensions.GhprbExtension
          extended by org.jenkinsci.plugins.ghprb.extensions.comments.GhprbBuildStatus
All Implemented Interfaces:
hudson.model.Describable<GhprbExtension>, GhprbCommentAppender, GhprbExtensionType, GhprbGlobalExtension, GhprbProjectExtension

public class GhprbBuildStatus
extends GhprbExtension
implements GhprbCommentAppender, GhprbGlobalExtension, GhprbProjectExtension


Nested Class Summary
static class GhprbBuildStatus.DescriptorImpl
           
 
Field Summary
static GhprbBuildStatus.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
GhprbBuildStatus(List<GhprbBuildResultMessage> messages)
           
 
Method Summary
 GhprbBuildStatus.DescriptorImpl getDescriptor()
           
 List<GhprbBuildResultMessage> getMessages()
           
 String postBuildComment(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

@Extension
public static final GhprbBuildStatus.DescriptorImpl DESCRIPTOR
Constructor Detail

GhprbBuildStatus

@DataBoundConstructor
public GhprbBuildStatus(List<GhprbBuildResultMessage> messages)
Method Detail

getMessages

public List<GhprbBuildResultMessage> getMessages()

postBuildComment

public String postBuildComment(hudson.model.AbstractBuild<?,?> build,
                               hudson.model.TaskListener listener)
Specified by:
postBuildComment in interface GhprbCommentAppender

getDescriptor

public GhprbBuildStatus.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<GhprbExtension>
Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<GhprbExtension>


Copyright © 2004-2015. All Rights Reserved.