| Package | Description |
|---|---|
| hudson.scm |
| Modifier and Type | Method and Description |
|---|---|
static CM_PROJECT |
DerbyUtils.getEnum(String name)
Returns the CM_PROJECT column name for the string column name
|
static CM_PROJECT |
CM_PROJECT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CM_PROJECT[] |
CM_PROJECT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Hashtable<CM_PROJECT,Object> |
DerbyUtils.getRowData(ResultSet rs)
Convenience function that converts a result set row into a Hashtable for easy access
|
static List<Hashtable<CM_PROJECT,Object>> |
DerbyUtils.viewProject(String projectCacheTable)
Project access function that returns the state of the current project
NOTE: For maximum efficiency, this should be called only once and after the compareBasline() has been invoked!
|
static List<Hashtable<CM_PROJECT,Object>> |
DerbyUtils.viewSubProjects(String projectCacheTable)
Project access function that returns the state of the current project
NOTE: For maximum efficiency, this should be called only once and after the compareBasline() has been invoked!
|
| Modifier and Type | Method and Description |
|---|---|
String |
IntegrityCMProject.getChangeLog(String version,
List<Hashtable<CM_PROJECT,Object>> projectMembersList)
Returns the Change Log based on the project baseline comparison
This assumes that compareBaseline() has been called already
|
| Constructor and Description |
|---|
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.