| Package | Description |
|---|---|
| hudson.scm |
| Modifier and Type | Method and Description |
|---|---|
static APISession |
APISession.create(IntegrityConfigurable settings)
Creates an authenticated API Session against the Integrity Server
|
| Modifier and Type | Method and Description |
|---|---|
com.mks.api.response.Response |
IntegrityCMProject.addProjectLabel(APISession api,
String chkptLabel,
String projectName,
String projectRevision)
Applies a Project Label on this Integrity CM Project
|
static boolean |
IntegrityCMMember.checkout(APISession api,
String configPath,
String memberID,
String memberRev,
File targetFile,
boolean restoreTimestamp,
String lineTerminator)
Performs a checkout of this Integrity Source File to a
working file location on the build server represented by targetFile
|
com.mks.api.response.Response |
IntegrityCMProject.checkpoint(APISession api,
String chkptLabel)
Performs a checkpoint on this Integrity CM Project
|
static int |
DerbyUtils.compareBaseline(String baselineProjectCache,
String projectCacheTable,
boolean skipAuthorInfo,
APISession api)
Compares this version of the project to a previous/new version to determine what are the updates and what was deleted
|
static String |
IntegrityCMMember.getAuthor(APISession api,
String configPath,
String memberID,
String memberRev)
Performs a revision info on this Integrity Source File
|
static void |
DerbyUtils.primeAuthorInformation(String projectCacheTable,
APISession api)
Updates the author information for all the members in the project
|
Copyright © 2004-2015 Hudson. All Rights Reserved.