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 ScmConnectorRallyExceptionpublic String getRevisionUriFor(String revision)
getRevisionUriFor in interface ScmConnectorpublic String getFileUriFor(String revision, String filename)
getFileUriFor in interface ScmConnectorCopyright © 2016. All rights reserved.