public class GhprbBuildStatus extends GhprbExtension implements GhprbCommentAppender, GhprbGlobalExtension, GhprbProjectExtension
Modifier and Type | Class and Description |
---|---|
static class |
GhprbBuildStatus.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static GhprbBuildStatus.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
GhprbBuildStatus(List<GhprbBuildResultMessage> messages) |
Modifier and Type | Method and Description |
---|---|
GhprbBuildStatus.DescriptorImpl |
getDescriptor() |
List<GhprbBuildResultMessage> |
getMessages() |
String |
postBuildComment(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener) |
@Extension public static final GhprbBuildStatus.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public GhprbBuildStatus(List<GhprbBuildResultMessage> messages)
public List<GhprbBuildResultMessage> getMessages()
public String postBuildComment(hudson.model.Run<?,?> build, hudson.model.TaskListener listener)
postBuildComment
in interface GhprbCommentAppender
public GhprbBuildStatus.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<GhprbExtension>
getDescriptor
in class hudson.model.AbstractDescribableImpl<GhprbExtension>
Copyright © 2016–2017. All rights reserved.