org.jenkinsci.plugins.ghprb.extensions.comments
Class GhprbCommentFile
java.lang.Object
hudson.model.AbstractDescribableImpl<GhprbExtension>
org.jenkinsci.plugins.ghprb.extensions.GhprbExtension
org.jenkinsci.plugins.ghprb.extensions.comments.GhprbCommentFile
- All Implemented Interfaces:
- hudson.model.Describable<GhprbExtension>, GhprbCommentAppender, GhprbExtensionType, GhprbProjectExtension
public class GhprbCommentFile
- extends GhprbExtension
- implements GhprbCommentAppender, GhprbProjectExtension
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
@Extension
public static final GhprbCommentFile.DescriptorImpl DESCRIPTOR
GhprbCommentFile
@DataBoundConstructor
public GhprbCommentFile(String commentFilePath)
getCommentFilePath
public String getCommentFilePath()
ignorePublishedUrl
public boolean ignorePublishedUrl()
postBuildComment
public String postBuildComment(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener)
- Specified by:
postBuildComment
in interface GhprbCommentAppender
getDescriptor
public GhprbCommentFile.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.