Package | Description |
---|---|
hudson.scm | |
hudson.scm.api.command | |
hudson.scm.api.session | |
hudson.scm.localclient |
Modifier and Type | Method and Description |
---|---|
static boolean |
IntegrityCMMember.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
|
Modifier and Type | Method and Description |
---|---|
com.mks.api.response.Response |
IAPICommand.execute(ISession api)
Execute the command using Integrity Session API
|
com.mks.api.response.Response |
BasicAPICommand.execute(ISession api) |
Modifier and Type | Class and Description |
---|---|
class |
APISession
This class represents an Integration Point to a server.
|
Modifier and Type | Method and Description |
---|---|
static ISession |
APISession.create(IntegrityConfigurable settings)
Creates an authenticated API Session against the Integrity Server
|
static ISession |
APISession.createLocalIntegrationPoint(IntegrityConfigurable settings)
Creates a local integration point
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.pool2.KeyedObjectPool<IntegrityConfigurable,ISession> |
ISessionPool.getPool() |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionPoolEvictionPolicy.evict(org.apache.commons.pool2.impl.EvictionConfig config,
org.apache.commons.pool2.PooledObject<ISession> underTest,
int idleCount) |
Modifier and Type | Method and Description |
---|---|
ISession |
SandboxUtils.getLocalAPISession() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SandboxUtils.dropSandbox(ISession session,
hudson.FilePath workspace,
IntegrityCMProject siProject) |
boolean |
SandboxUtils.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 boolean |
SandboxUtils.verifyCreateSandbox(ISession session,
IntegrityCMProject siProject,
hudson.FilePath workspace,
String lineTerminator,
String sandboxScope) |
protected boolean |
SandboxUtils.verifySandbox(ISession session,
IntegrityCMProject siProject,
hudson.FilePath workspace) |
boolean |
SandboxUtils.viewSandboxChanges(ISession session,
hudson.FilePath workspace)
View the sandbox for any changes during Polling
|
Copyright © 2016–2024. All rights reserved.