| Package | Description |
|---|---|
| hudson.scm |
| Modifier and Type | Method and Description |
|---|---|
IntegrityConfigurable |
IntegritySCM.DescriptorImpl.getConfiguration(String name)
Return the IntegrityConfigurable object for the specified simple name
|
| Modifier and Type | Method and Description |
|---|---|
List<IntegrityConfigurable> |
IntegritySCM.DescriptorImpl.getConfigurations()
Returns the list of Integrity Server connections.
|
| Modifier and Type | Method and Description |
|---|---|
static APISession |
APISession.create(IntegrityConfigurable settings)
Creates an authenticated API Session against the Integrity Server
|
| 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,
hudson.model.BuildListener 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.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.