|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.SCM
hudson.plugins.clearcase.AbstractClearCaseScm
hudson.plugins.clearcase.ClearCaseUcmSCM
public class ClearCaseUcmSCM
SCM for ClearCaseUCM. This SCM will create a UCM view from a stream and apply a list of load rules to it.
| Nested Class Summary | |
|---|---|
static class |
ClearCaseUcmSCM.ClearCaseUcmScmDescriptor
ClearCase UCM SCM descriptor |
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.clearcase.AbstractClearCaseScm |
|---|
CLEARCASE_VIEWNAME_ENVSTR, CLEARCASE_VIEWPATH_ENVSTR |
| Fields inherited from class hudson.scm.SCM |
|---|
PERMISSIONS, TAG |
| Constructor Summary | |
|---|---|
ClearCaseUcmSCM(java.lang.String stream,
java.lang.String loadrules,
java.lang.String viewname,
java.lang.String mkviewoptionalparam)
|
|
| Method Summary | |
|---|---|
protected CheckOutAction |
createCheckOutAction(ClearToolLauncher launcher)
Create a CheckOutAction that will be used by the checkout method. |
protected PollAction |
createPollAction(ClearToolLauncher launcher)
Create a PollAction that will be used by the pollChanges() method. |
java.lang.String[] |
getBranchNames()
Return string array containing the branch names that should be used when polling for changes. |
ClearCaseUcmSCM.ClearCaseUcmScmDescriptor |
getDescriptor()
|
java.lang.String |
getLoadRules()
Return the load rules for the UCM view. |
java.lang.String |
getStream()
Return the stream that is used to create the UCM view. |
java.lang.String |
getVobPaths()
Return string containing the vob paths that should be used when polling for changes. |
| Methods inherited from class hudson.plugins.clearcase.AbstractClearCaseScm |
|---|
buildEnvVars, checkout, checkout, createChangeLogParser, createClearToolLauncher, getMkviewOptionalParam, getViewName, pollChanges, supportsPolling |
| Methods inherited from class hudson.scm.SCM |
|---|
createEmptyChangeLog, getBrowser, getEffectiveBrowser, getModuleRoot, getModuleRoots, nullify, requiresWorkspaceForPolling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor
public ClearCaseUcmSCM(java.lang.String stream,
java.lang.String loadrules,
java.lang.String viewname,
java.lang.String mkviewoptionalparam)
| Method Detail |
|---|
public java.lang.String getLoadRules()
public java.lang.String getStream()
public ClearCaseUcmSCM.ClearCaseUcmScmDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.scm.SCM>getDescriptor in class hudson.scm.SCMpublic java.lang.String[] getBranchNames()
AbstractClearCaseScm
getBranchNames in class AbstractClearCaseScmpublic java.lang.String getVobPaths()
AbstractClearCaseScm
getVobPaths in class AbstractClearCaseScmprotected CheckOutAction createCheckOutAction(ClearToolLauncher launcher)
AbstractClearCaseScm
createCheckOutAction in class AbstractClearCaseScmlauncher - the command line launcher
protected PollAction createPollAction(ClearToolLauncher launcher)
AbstractClearCaseScm
createPollAction in class AbstractClearCaseScmlauncher - the command line launcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||