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

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.GhprbCommentFile
All Implemented Interfaces:
hudson.model.Describable<GhprbExtension>, GhprbCommentAppender, GhprbExtensionType, GhprbProjectExtension

public class GhprbCommentFile
extends GhprbExtension
implements GhprbCommentAppender, GhprbProjectExtension


Nested Class Summary
static class GhprbCommentFile.DescriptorImpl
           
 
Field Summary
static GhprbCommentFile.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
GhprbCommentFile(String commentFilePath)
           
 
Method Summary
 String getCommentFilePath()
           
 GhprbCommentFile.DescriptorImpl getDescriptor()
           
 boolean ignorePublishedUrl()
           
 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 GhprbCommentFile.DescriptorImpl DESCRIPTOR
Constructor Detail

GhprbCommentFile

@DataBoundConstructor
public GhprbCommentFile(String commentFilePath)
Method Detail

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.