Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
Some methods in the SCM class should be implemented in the CC SCM classes to better support
Hudson
- FilePath getModuleRoot(FilePath workspace) Gets the top directory of the checked out
module. - FilePath[] getModuleRoots(FilePath workspace) Gets the top directories of all the
checked out modules. - boolean requiresWorkspaceForPolling() Returns true if this SCM requires a checked out
workspace for doing polling.
Maybe (needs investigation):
RepositoryBrowser getEffectiveBrowser() Returns the applicable RepositoryBrowser for
files controlled by this SCM.
Attachments
Issue Links
- is blocking
-
JENKINS-1863 Not able to build Maven 1.0.2 or 1.1 and ClearCase
-
- Closed
-
Code changed in hudson
User: : redsolo
Path:
trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/AbstractClearCaseScm.java
trunk/hudson/plugins/clearcase/src/test/java/hudson/plugins/clearcase/AbstractClearCaseScmTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=10435
Log:
[FiXED JENKINS-1848] Implemented basic SCM methods