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 Integrity Server
 APISession IntegrityItemAction.createAPISession()
          Creates an authenticated API Session against the Integrity (Workflow) Server
 APISession IntegrityCheckoutTask.createAPISession()
          Creates an authenticated API Session against the Integrity Server
 

Methods in hudson.scm with parameters of type APISession
 com.mks.api.response.Response IntegrityCMProject.addProjectLabel(APISession api, String chkptLabel)
          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
 int IntegrityCMProject.compareBaseline(File baselineProjectDB, 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
 void IntegrityCMProject.primeAuthorInformation(APISession api)
          Updates the author information for all the members in the project
 



Copyright © 2004-2012 Hudson. All Rights Reserved.