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

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

public class GhprbBuildLog
extends GhprbExtension
implements GhprbCommentAppender, GhprbProjectExtension, GhprbGlobalExtension


Nested Class Summary
static class GhprbBuildLog.DescriptorImpl
           
 
Field Summary
static GhprbBuildLog.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
GhprbBuildLog(Integer logExcerptLines)
           
 
Method Summary
 GhprbBuildLog.DescriptorImpl getDescriptor()
           
 Integer getLogExcerptLines()
           
 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 GhprbBuildLog.DescriptorImpl DESCRIPTOR
Constructor Detail

GhprbBuildLog

@DataBoundConstructor
public GhprbBuildLog(Integer logExcerptLines)
Method Detail

getLogExcerptLines

public Integer getLogExcerptLines()

postBuildComment

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

ignorePublishedUrl

public boolean ignorePublishedUrl()

getDescriptor

public GhprbBuildLog.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.