Uses of Enum Class
hudson.scm.CM_PROJECT
Packages that use CM_PROJECT
-
Uses of CM_PROJECT in hudson.scm
Methods in hudson.scm that return CM_PROJECTModifier and TypeMethodDescriptionstatic final CM_PROJECTReturns the CM_PROJECT column name for the string column namestatic CM_PROJECTReturns the enum constant of this class with the specified name.static CM_PROJECT[]CM_PROJECT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.scm that return types with arguments of type CM_PROJECTModifier and TypeMethodDescriptionstatic Hashtable<CM_PROJECT, Object> DerbyUtils.getRowData(ResultSet rs) Convenience function that converts a result set row into a Hashtable for easy accessstatic 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!Method parameters in hudson.scm with type arguments of type CM_PROJECTModifier and TypeMethodDescriptionIntegrityCMProject.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 alreadyConstructor parameters in hudson.scm with type arguments of type CM_PROJECTModifierConstructorDescriptionIntegrityCheckoutTask(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.IntegrityDeleteNonMembersTask(hudson.model.TaskListener listener, String alternateWorkspaceDir, List<Hashtable<CM_PROJECT, Object>> projectMembersList, List<String> folderList)