Uses of Class
hudson.scm.APISession

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
 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
 String IntegrityCMProject.getChangeLog(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, String configPath, 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.
 



Copyright © 2004-2011 Hudson. All Rights Reserved.