public class IssueUpdaterResultsRecorder
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
IssueUpdaterResultsRecorder.DescriptorImpl
See
src/main/resources/hudson/plugins/fitnesse/FitnesseResultsRecorder/config.jelly
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
IssueUpdaterResultsRecorder(String restAPIUrl,
String userName,
String password,
String jql,
String workflowActionName,
String comment,
String customFieldId,
String customFieldValue,
boolean resettingFixedVersions,
boolean createNonExistingFixedVersions,
String fixedVersions,
boolean failIfJqlFails,
boolean failIfNoIssuesReturned,
boolean failIfNoJiraConnection) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getCustomFieldId() |
String |
getCustomFieldValue() |
IssueUpdaterResultsRecorder.DescriptorImpl |
getDescriptor()
Publisher |
String |
getFixedVersions() |
String |
getJql() |
String |
getPassword() |
Collection<hudson.model.Action> |
getProjectActions(hudson.model.AbstractProject<?,?> project)
Recorder |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService()
BuildStep |
String |
getRestAPIUrl() |
String |
getUserName() |
String |
getWorkflowActionName() |
boolean |
isFailIfJqlFails() |
boolean |
isFailIfNoIssuesReturned() |
boolean |
isFailIfNoJiraConnection() |
boolean |
isResettingFixedVersions() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
BuildStep |
all, getProjectAction, needsToRunAfterFinalized, prebuild@DataBoundConstructor public IssueUpdaterResultsRecorder(String restAPIUrl, String userName, String password, String jql, String workflowActionName, String comment, String customFieldId, String customFieldValue, boolean resettingFixedVersions, boolean createNonExistingFixedVersions, String fixedVersions, boolean failIfJqlFails, boolean failIfNoIssuesReturned, boolean failIfNoJiraConnection)
public Collection<hudson.model.Action> getProjectActions(hudson.model.AbstractProject<?,?> project)
RecordergetProjectActions in interface hudson.tasks.BuildStepgetProjectActions in class hudson.tasks.BuildStepCompatibilityLayerproject - public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
BuildSteppublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
BuildStepperform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerbuild - launcher - listener - InterruptedExceptionIOExceptionpublic IssueUpdaterResultsRecorder.DescriptorImpl getDescriptor()
PublishergetDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic String getRestAPIUrl()
public String getUserName()
public String getPassword()
public String getJql()
public String getWorkflowActionName()
public String getComment()
public String getCustomFieldId()
public String getCustomFieldValue()
public String getFixedVersions()
public boolean isResettingFixedVersions()
public boolean isFailIfJqlFails()
public boolean isFailIfNoIssuesReturned()
public boolean isFailIfNoJiraConnection()
Copyright © 2004–2015. All rights reserved.