hudson.plugins.jira
Class JiraCreateReleaseNotes

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapper
          extended by hudson.plugins.jira.JiraCreateReleaseNotes
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.BuildWrapper>

public class JiraCreateReleaseNotes
extends hudson.tasks.BuildWrapper


Nested Class Summary
static class JiraCreateReleaseNotes.Descriptor
           
 
Nested classes/interfaces inherited from class hudson.tasks.BuildWrapper
hudson.tasks.BuildWrapper.Environment
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static String DEFAULT_FILTER
           
 
Constructor Summary
JiraCreateReleaseNotes(String jiraProjectKey, String jiraRelease, String jiraEnvironmentVariable)
           
JiraCreateReleaseNotes(String jiraProjectKey, String jiraRelease, String jiraEnvironmentVariable, String jiraFilter)
           
 
Method Summary
 String getJiraEnvironmentVariable()
           
 String getJiraFilter()
           
 String getJiraProjectKey()
           
 String getJiraRelease()
           
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 void setJiraEnvironmentVariable(String jiraEnvironmentVariable)
           
 void setJiraFilter(String jiraFilter)
           
 void setJiraProjectKey(String jiraProjectKey)
           
 void setJiraRelease(String jiraRelease)
           
 hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.BuildWrapper
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, setUp
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FILTER

public static final String DEFAULT_FILTER
See Also:
Constant Field Values
Constructor Detail

JiraCreateReleaseNotes

@DataBoundConstructor
public JiraCreateReleaseNotes(String jiraProjectKey,
                                                   String jiraRelease,
                                                   String jiraEnvironmentVariable)

JiraCreateReleaseNotes

public JiraCreateReleaseNotes(String jiraProjectKey,
                              String jiraRelease,
                              String jiraEnvironmentVariable,
                              String jiraFilter)
Method Detail

setUp

public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
                                                   hudson.Launcher launcher,
                                                   hudson.model.BuildListener listener)
                                            throws IOException,
                                                   InterruptedException
Overrides:
setUp in class hudson.tasks.BuildWrapper
Throws:
IOException
InterruptedException

getJiraEnvironmentVariable

public String getJiraEnvironmentVariable()

setJiraEnvironmentVariable

public void setJiraEnvironmentVariable(String jiraEnvironmentVariable)

getJiraRelease

public String getJiraRelease()

setJiraRelease

public void setJiraRelease(String jiraRelease)

getJiraProjectKey

public String getJiraProjectKey()

setJiraProjectKey

public void setJiraProjectKey(String jiraProjectKey)

getJiraFilter

public String getJiraFilter()

setJiraFilter

public void setJiraFilter(String jiraFilter)

getRequiredMonitorService

public hudson.tasks.BuildStepMonitor getRequiredMonitorService()


Copyright © 2004-2012 Hudson. All Rights Reserved.