Package | Description |
---|---|
com.jenkins.plugins.rally | |
com.jenkins.plugins.rally.connector | |
com.jenkins.plugins.rally.scm | |
com.jenkins.plugins.rally.service | |
com.jenkins.plugins.rally.utils |
Modifier and Type | Class and Description |
---|---|
class |
RallyAssetNotFoundException |
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 |
---|---|
void |
AlmConnector.closeConnection() |
void |
RallyConnector.configureProxy(URI uri) |
String |
RallyConnector.createBuild(String buildDefinitionRef,
List<String> changesetRefs,
String number,
double duration,
String start,
String status,
String message,
String uri) |
String |
RallyConnector.createBuildDefinition(String name,
String projectRef) |
String |
RallyConnector.createChange(String changesetRef,
String filename,
String action,
String uri) |
String |
RallyConnector.createChangeset(String scmRepositoryRef,
String revision,
String uri,
String commitTimestamp,
String message,
String artifactRef) |
String |
RallyConnector.createRepository() |
String |
RallyConnector.getObjectAndReturnInternalRef(String ref,
String property) |
String |
RallyConnector.queryForBuildDefinition(String name,
String projectRef) |
String |
RallyConnector.queryForDefect(String formattedId) |
String |
RallyConnector.queryForRepository() |
String |
RallyConnector.queryForStory(String formattedId) |
RallyQueryBuilder.RallyQueryResponseObject |
RallyConnector.queryForTaskById(String storyRef,
String formattedId) |
RallyQueryBuilder.RallyQueryResponseObject |
RallyConnector.queryForTaskByIndex(String storyRef,
Integer index) |
void |
AlmConnector.updateChangeset(RallyUpdateData details) |
void |
AlmConnector.updateRallyTaskDetails(RallyUpdateData details) |
void |
RallyConnector.updateTask(String taskRef,
RallyUpdateBean updateInfo) |
Constructor and Description |
---|
RallyConnector(RallyConnector.FactoryHelper factoryHelper,
RallyConfiguration rallyConfiguration,
String rallyUrl,
String apiVersion,
String appName) |
Modifier and Type | Method and Description |
---|---|
List<RallyUpdateData> |
ScmConnector.getChanges(hudson.model.AbstractBuild build,
PrintStream out) |
List<RallyUpdateData> |
JenkinsConnector.getChanges(hudson.model.AbstractBuild build,
PrintStream out) |
Modifier and Type | Method and Description |
---|---|
void |
RallyService.closeConnection() |
void |
RallyService.updateChangeset(RallyUpdateData details) |
void |
RallyService.updateRallyTaskDetails(RallyUpdateData details) |
Constructor and Description |
---|
RallyService(RallyConnector connector,
ScmConnector scmConnector,
AdvancedConfiguration configuration,
RallyConfiguration rallyConfiguration) |
Modifier and Type | Method and Description |
---|---|
RallyQueryBuilder.RallyQueryResponseObject |
RallyQueryBuilder.andExecuteReturningObject() |
String |
RallyQueryBuilder.andExecuteReturningRef() |
String |
RallyCreateBuilder.andExecuteReturningRefFor(String type) |
static JsonElementBuilder |
JsonElementBuilder.thatReferencesObject() |
Copyright © 2016. All rights reserved.