|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CM_PROJECT | |
|---|---|
| hudson.scm | |
| Uses of CM_PROJECT in hudson.scm |
|---|
| Methods in hudson.scm that return CM_PROJECT | |
|---|---|
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. |
| Methods in hudson.scm that return types with arguments of type CM_PROJECT | |
|---|---|
static Hashtable<CM_PROJECT,Object> |
DerbyUtils.getRowData(ResultSet rs)
Convenience function that converts a result set row into a Hashtable for easy access |
List<Hashtable<CM_PROJECT,Object>> |
IntegrityCMProject.viewProject()
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! |
| Method parameters in hudson.scm with type arguments of type CM_PROJECT | |
|---|---|
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 parameters in hudson.scm with type arguments of type CM_PROJECT | |
|---|---|
IntegrityCheckoutTask(List<Hashtable<CM_PROJECT,Object>> projectMembersList,
List<String> dirList,
String alternateWorkspaceDir,
String lineTerminator,
boolean restoreTimestamp,
boolean cleanCopy,
boolean fetchChangedWorkspaceFiles,
hudson.model.BuildListener listener)
Hudson supports building on distributed machines, and the SCM plugin must be able to be executed on other machines than the master. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||