|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use APISession | |
|---|---|
| hudson.scm | |
| Uses of APISession in hudson.scm |
|---|
| Methods in hudson.scm that return APISession | |
|---|---|
APISession |
IntegritySCM.createAPISession()
Creates an authenticated API Session against the MKS Integrity Server |
| Methods in hudson.scm with parameters of type APISession | |
|---|---|
com.mks.api.response.Response |
IntegrityCMProject.addProjectLabel(APISession api,
java.lang.String chkptLabel)
Applies a Project Label on this Integrity CM Project |
boolean |
IntegrityCMMember.checkout(APISession api)
Performs a checkout of this MKS Integrity Source File to a working file location on the build server represented by targetFile |
com.mks.api.response.Response |
IntegrityCMProject.checkpoint(APISession api,
java.lang.String chkptLabel)
Performs a checkpoint on this Integrity CM Project |
void |
IntegrityCMProject.compareBaseline(IntegrityCMProject baselineProject,
APISession api)
Compares this version of the project to a previous/new version to determine what are the updates and what was deleted |
java.lang.String |
IntegrityCMProject.getChangeLog(java.lang.String version,
APISession api)
Returns the Change Log based on the project baseline comparison This assumes that compareBaseline() has been called already |
void |
IntegrityCMProject.parseProject(com.mks.api.response.WorkItemIterator wit,
APISession api)
Parses the output from the si viewproject command to get a list of members |
void |
IntegrityCMMember.setAuthor(APISession api)
Initializes the author associated with this member revision Author is set to "unknown", if the APISession is null indicating that the user wishes to skip author information |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||