public class RallyPlugin
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
RallyPlugin.DescriptorImpl |
| Constructor and Description |
|---|
RallyPlugin(String rallyApiKey,
String rallyWorkspaceName,
String rallyScmName,
String scmCommitTemplate,
String scmFileTemplate,
String buildCaptureRange,
String advancedIsDebugOn,
String advancedProxyUri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdvancedIsDebugOn() |
String |
getAdvancedProxyUri() |
String |
getBuildCaptureRange() |
RallyPluginConfiguration |
getConfig() |
RallyPlugin.DescriptorImpl |
getDescriptor() |
String |
getRallyApiKey() |
String |
getRallyScmName() |
String |
getRallyWorkspaceName() |
String |
getScmCommitTemplate() |
String |
getScmFileTemplate() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public RallyPlugin(String rallyApiKey, String rallyWorkspaceName, String rallyScmName, String scmCommitTemplate, String scmFileTemplate, String buildCaptureRange, String advancedIsDebugOn, String advancedProxyUri) throws RallyException, URISyntaxException
RallyExceptionURISyntaxExceptionpublic boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic RallyPluginConfiguration getConfig()
public String getRallyApiKey()
public String getRallyWorkspaceName()
public String getRallyScmName()
public String getScmCommitTemplate()
public String getScmFileTemplate()
public String getBuildCaptureRange()
public String getAdvancedIsDebugOn()
public String getAdvancedProxyUri()
public RallyPlugin.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2015. All Rights Reserved.