Package | Description |
---|---|
hudson.scm | |
hudson.scm.api.command | |
hudson.scm.api.session | |
hudson.scm.localclient |
Modifier and Type | Method and Description |
---|---|
IntegrityConfigurable |
IntegritySCM.DescriptorImpl.getConfiguration(String name)
Return the IntegrityConfigurable object for the specified simple name
|
IntegrityConfigurable |
IntegritySCMLabelStep.getConnectionSettings() |
IntegrityConfigurable |
IntegritySCMChkptStep.getConnectionSettings() |
IntegrityConfigurable |
IntegritySCMCheckinStep.getConnectionSettings() |
IntegrityConfigurable |
AbstractIntegritySCM.getProjectSettings()
Gets the project specific user/password for this build
|
Modifier and Type | Method and Description |
---|---|
List<IntegrityConfigurable> |
IntegritySCM.DescriptorImpl.getConfigurations()
Returns the list of Integrity Server connections.
|
Modifier and Type | Method and Description |
---|---|
com.mks.api.response.Response |
IntegrityCMProject.addProjectLabel(IntegrityConfigurable serverConf,
String chkptLabel,
String projectName,
String projectRevision)
Applies a Project Label on this Integrity CM Project
|
com.mks.api.response.Response |
IntegrityCMProject.checkpoint(IntegrityConfigurable integrityConfigurable,
String chkptLabel)
Performs a checkpoint on this Integrity CM Project
|
static String |
IntegrityCMMember.createCP(IntegrityConfigurable ciSettings,
String itemID,
String desc)
Creates a Change Package for updating Integrity SCM projects
|
Set<String> |
IntegrityCMProject.projectCPDiff(IntegrityConfigurable serverConf,
Date pastDate)
Performs a projectCPDiff on this Integrity CM Project
|
static void |
IntegrityCMMember.submitCP(IntegrityConfigurable ciSettings,
String cpid)
Submits the change package used for updating the Integrity SCM project
|
static void |
IntegrityCMMember.unlockMembers(IntegrityConfigurable integrityConfig,
String configPath)
Performs a recursive unlock on all current user's locked members
|
static void |
IntegrityCMMember.updateMember(IntegrityConfigurable ciSettings,
String configPath,
hudson.FilePath member,
String relativePath,
String cpid,
String desc)
Performs a lock and subsequent project checkin for the specified member
|
static Map<IntegrityCMMember.CPInfo,List<IntegrityCMMember.CPMember>> |
IntegrityCMMember.viewCP(IntegrityConfigurable ciSettings,
Set<String> projectCPIDs,
String cpCacheTable,
Map<IntegrityCMMember.CPInfo,List<IntegrityCMMember.CPMember>> membersInCP)
View the change package
|
Modifier and Type | Method and Description |
---|---|
void |
IntegritySCM.DescriptorImpl.setConfigurations(List<IntegrityConfigurable> configurations)
Sets the list of Integrity Server connections.
|
Constructor and Description |
---|
IntegrityCheckinTask(String ciConfigPath,
String ciWorkspaceDir,
String ciIncludes,
String ciExcludes,
hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
IntegrityConfigurable integrityConfig)
The check-in task provides updates back to an Integrity CM Project
|
IntegrityCheckoutTask(List<Hashtable<CM_PROJECT,Object>> projectMembersList,
List<String> dirList,
String alternateWorkspaceDir,
String lineTerminator,
boolean restoreTimestamp,
boolean cleanCopy,
boolean fetchChangedWorkspaceFiles,
int checkoutThreadPoolSize,
int checkoutThreadTimeout,
hudson.model.TaskListener listener,
IntegrityConfigurable integrityConfig)
Hudson supports building on distributed machines, and the SCM plugin must be able to be
executed on other machines than the master.
|
IntegritySCMCheckinNotifierStep(IntegrityConfigurable ciSettings,
String configPath,
String includes,
String excludes,
String itemID) |
IntegritySCMChkptNotifierStep(IntegrityConfigurable ciSettings,
String configPath,
String checkpointLabel,
String checkpointDesc) |
IntegritySCMLabelNotifierStep(IntegrityConfigurable ciSettings,
String configPath,
String checkpointLabel) |
Modifier and Type | Field and Description |
---|---|
protected IntegrityConfigurable |
BasicAPICommand.serverConfig |
Modifier and Type | Method and Description |
---|---|
static IAPICommand |
CommandFactory.createCommand(String commandName,
IntegrityConfigurable integrityConfig) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.pool2.KeyedObjectPool<IntegrityConfigurable,ISession> |
ISessionPool.getPool() |
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
|
Constructor and Description |
---|
SandboxUtils(IntegrityConfigurable integrityConfigurable,
hudson.model.TaskListener listener) |
Copyright © 2016–2024. All rights reserved.