org.jenkinsci.plugins.ghprb.extensions.comments
Class GhprbBuildStatus
java.lang.Object
hudson.model.AbstractDescribableImpl<GhprbExtension>
org.jenkinsci.plugins.ghprb.extensions.GhprbExtension
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final GhprbBuildStatus.DescriptorImpl DESCRIPTOR
GhprbBuildStatus
@DataBoundConstructor
public GhprbBuildStatus(List<GhprbBuildResultMessage> messages)
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.