public class ClearCaseScmProviderRepository extends ScmProviderRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
CLEARCASE_DEFAULT
Define the default value from the clearcase-settings.xml when using ClearCase
|
static String |
CLEARCASE_LT
Define the flag used in the clearcase-settings.xml when using ClearCaseLT
|
static String |
CLEARCASE_UCM
Define the flag used in the clearcase-settings.xml when using ClearCaseUCM
|
| Constructor and Description |
|---|
ClearCaseScmProviderRepository(ScmLogger logger,
String url,
Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
File |
getConfigSpec()
Returns the user-supplied config spec or
null in case it
should be automatically generated |
String |
getElementName() |
String |
getLoadDirectory()
Returns the VOB directory to be loaded when auto-generating the config
spec.
|
String |
getStreamName() |
String |
getViewName(String uniqueId)
Returns the name of the view.
|
String |
getVobName() |
boolean |
hasElements() |
boolean |
isAutoConfigSpec()
Returns true when the config spec has not been supplied by the user, but
instead should automatically be generated by the plugin
|
getParent, getPassword, getRelativePath, getUser, getWorkItem, isPersistCheckout, isPushChanges, setPassword, setPersistCheckout, setPushChanges, setUser, setWorkItempublic static final String CLEARCASE_LT
public static final String CLEARCASE_UCM
public static final String CLEARCASE_DEFAULT
public ClearCaseScmProviderRepository(ScmLogger logger, String url, Settings settings) throws ScmRepositoryException
ScmRepositoryExceptionpublic String getViewName(String uniqueId)
uniqueId - public File getConfigSpec()
null in case it
should be automatically generatednullisAutoConfigSpec()public boolean isAutoConfigSpec()
public String getLoadDirectory()
null when isAutoConfigSpec() returns false;
otherwise the VOB directorypublic String getStreamName()
public String getVobName()
public String getElementName()
public boolean hasElements()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.