public class RallyPlugin
extends hudson.tasks.Publisher
Modifier and Type | Class and Description |
---|---|
static class |
RallyPlugin.DescriptorImpl |
Constructor and Description |
---|
RallyPlugin(String credentialsId,
String rallyWorkspaceName,
String rallyScmName,
String shouldCreateIfAbsent,
String scmCommitTemplate,
String scmFileTemplate,
String buildCaptureRange,
String advancedProxyUri,
String shouldCaptureBuildStatus) |
Modifier and Type | Method and Description |
---|---|
String |
getAdvancedProxyUri() |
String |
getBuildCaptureRange() |
RallyPluginConfiguration |
getConfig() |
String |
getCredentialsId() |
RallyPlugin.DescriptorImpl |
getDescriptor() |
String |
getRallyScmName() |
String |
getRallyWorkspaceName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getScmCommitTemplate() |
String |
getScmFileTemplate() |
String |
getShouldCaptureBuildStatus() |
String |
getShouldCreateIfAbsent() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setRallyService(RallyService service) |
void |
setScmConnector(ScmConnector connector) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public RallyPlugin(String credentialsId, String rallyWorkspaceName, String rallyScmName, String shouldCreateIfAbsent, String scmCommitTemplate, String scmFileTemplate, String buildCaptureRange, String advancedProxyUri, String shouldCaptureBuildStatus) throws RallyException, URISyntaxException
RallyException
URISyntaxException
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
@Inject public void setRallyService(RallyService service)
@Inject public void setScmConnector(ScmConnector connector)
public RallyPluginConfiguration getConfig()
public String getCredentialsId()
public String getRallyWorkspaceName()
public String getRallyScmName()
public String getShouldCreateIfAbsent()
public String getScmCommitTemplate()
public String getScmFileTemplate()
public String getBuildCaptureRange()
public String getAdvancedProxyUri()
public String getShouldCaptureBuildStatus()
public RallyPlugin.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Publisher
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016. All rights reserved.