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 IntegrityCMMember.getAuthor(APISession api)
          Performs a revision info on this MKS Integrity Source File
 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
 



Copyright © 2004-2011 Hudson. All Rights Reserved.