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

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

public class GhprbPublishJenkinsUrl
extends GhprbExtension
implements GhprbCommentAppender, GhprbGlobalExtension


Nested Class Summary
static class GhprbPublishJenkinsUrl.DescriptorImpl
           
 
Field Summary
static GhprbPublishJenkinsUrl.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
GhprbPublishJenkinsUrl(String publishedURL)
           
 
Method Summary
 GhprbPublishJenkinsUrl.DescriptorImpl getDescriptor()
           
 String getPublishedURL()
           
 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 GhprbPublishJenkinsUrl.DescriptorImpl DESCRIPTOR
Constructor Detail

GhprbPublishJenkinsUrl

@DataBoundConstructor
public GhprbPublishJenkinsUrl(String publishedURL)
Method Detail

getPublishedURL

public String getPublishedURL()

postBuildComment

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

getDescriptor

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