public class JenkinsConnector extends Object implements ScmConnector
Constructor and Description |
---|
JenkinsConnector(ScmConfiguration scmConfig,
BuildConfiguration buildConfig) |
Modifier and Type | Method and Description |
---|---|
List<RallyUpdateData> |
getChanges(hudson.model.AbstractBuild build,
PrintStream out) |
String |
getFileUriFor(String revision,
String filename) |
String |
getRevisionUriFor(String revision) |
@Inject public JenkinsConnector(ScmConfiguration scmConfig, BuildConfiguration buildConfig)
public List<RallyUpdateData> getChanges(hudson.model.AbstractBuild build, PrintStream out) throws RallyException
getChanges
in interface ScmConnector
RallyException
public String getRevisionUriFor(String revision)
getRevisionUriFor
in interface ScmConnector
public String getFileUriFor(String revision, String filename)
getFileUriFor
in interface ScmConnector
Copyright © 2016. All rights reserved.