|
||||||||||
| 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 |
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 |
| Constructors in hudson.scm with parameters of type APISession | |
|---|---|
IntegrityCMMember(com.mks.api.response.WorkItem wi,
java.lang.String configPath,
java.lang.String projectRoot,
APISession api)
This class represents an MKS Integrity Source File It needs the Member Name (relative path to pj), Full Member Path, Project Configuration Path, Revision, Project's Root Path, and the current Workspace directory (to compute the working file path) for its instantiation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||