Uses of Interface
hudson.scm.api.session.ISession
Packages that use ISession
-
Uses of ISession in hudson.scm
Methods in hudson.scm with parameters of type ISessionModifier and TypeMethodDescriptionstatic final booleanIntegrityCMMember.checkout(ISession api, String configPath, String memberID, String memberRev, Timestamp memberTimestamp, 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 -
Uses of ISession in hudson.scm.api.command
Methods in hudson.scm.api.command with parameters of type ISession -
Uses of ISession in hudson.scm.api.session
Classes in hudson.scm.api.session that implement ISessionModifier and TypeClassDescriptionclassThis class represents an Integration Point to a server.Methods in hudson.scm.api.session that return ISessionModifier and TypeMethodDescriptionstatic ISessionAPISession.create(IntegrityConfigurable settings) Creates an authenticated API Session against the Integrity Serverstatic ISessionAPISession.createLocalIntegrationPoint(IntegrityConfigurable settings) Creates a local integration pointMethods in hudson.scm.api.session that return types with arguments of type ISessionModifier and TypeMethodDescriptionorg.apache.commons.pool2.KeyedObjectPool<IntegrityConfigurable, ISession> ISessionPool.getPool()Method parameters in hudson.scm.api.session with type arguments of type ISession -
Uses of ISession in hudson.scm.localclient
Methods in hudson.scm.localclient that return ISessionMethods in hudson.scm.localclient with parameters of type ISessionModifier and TypeMethodDescriptionprotected booleanSandboxUtils.dropSandbox(ISession session, hudson.FilePath workspace, IntegrityCMProject siProject) booleanSandboxUtils.resyncSandbox(ISession session, hudson.FilePath workspace, boolean cleanCopy, boolean deleteNonMembers, boolean restoreTimestamp, File changeLogFile, String includeList, String excludeList, String sandboxScope) Resync the sandbox - cleanCopy forces the resync unchangedFiles as well.protected booleanSandboxUtils.verifyCreateSandbox(ISession session, IntegrityCMProject siProject, hudson.FilePath workspace, String lineTerminator, String sandboxScope) protected booleanSandboxUtils.verifySandbox(ISession session, IntegrityCMProject siProject, hudson.FilePath workspace) booleanSandboxUtils.viewSandboxChanges(ISession session, hudson.FilePath workspace) View the sandbox for any changes during Polling