public class GlobalDefaults extends Object implements GlobalOptions
DEFAULT_RETRIES, DEFAULT_RETRY_DELAY| Constructor and Description |
|---|
GlobalDefaults() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigName() |
String |
getExcludes() |
String |
getLabel() |
String |
getParameterName() |
String |
getPatternSeparator() |
String |
getRemoteDirectory() |
String |
getRemovePrefix() |
int |
getRetries() |
long |
getRetryDelay() |
String |
getSourceFiles() |
boolean |
isAlwaysPublishFromMaster() |
boolean |
isCleanRemote() |
boolean |
isContinueOnError() |
boolean |
isFailOnError() |
boolean |
isFlatten() |
boolean |
isMakeEmptyDirs() |
boolean |
isNoDefaultExcludes() |
boolean |
isRemoteDirectorySDF() |
boolean |
isUsePromotionTimestamp() |
boolean |
isUseWorkspaceInPromotion() |
boolean |
isVerbose() |
public boolean isContinueOnError()
isContinueOnError in interface InstanceConfigOptionspublic boolean isFailOnError()
isFailOnError in interface InstanceConfigOptionspublic boolean isAlwaysPublishFromMaster()
isAlwaysPublishFromMaster in interface InstanceConfigOptionspublic String getParameterName()
getParameterName in interface ParamPublishOptionspublic String getLabel()
getLabel in interface PublisherLabelOptionspublic String getConfigName()
getConfigName in interface PublisherOptionspublic boolean isUseWorkspaceInPromotion()
isUseWorkspaceInPromotion in interface PublisherOptionspublic boolean isUsePromotionTimestamp()
isUsePromotionTimestamp in interface PublisherOptionspublic boolean isVerbose()
isVerbose in interface PublisherOptionspublic int getRetries()
getRetries in interface RetryOptionspublic long getRetryDelay()
getRetryDelay in interface RetryOptionspublic String getSourceFiles()
getSourceFiles in interface TransferOptionspublic String getRemovePrefix()
getRemovePrefix in interface TransferOptionspublic String getRemoteDirectory()
getRemoteDirectory in interface TransferOptionspublic String getExcludes()
getExcludes in interface TransferOptionspublic boolean isRemoteDirectorySDF()
isRemoteDirectorySDF in interface TransferOptionspublic boolean isFlatten()
isFlatten in interface TransferOptionspublic boolean isCleanRemote()
isCleanRemote in interface TransferOptionspublic boolean isNoDefaultExcludes()
isNoDefaultExcludes in interface TransferOptionspublic boolean isMakeEmptyDirs()
isMakeEmptyDirs in interface TransferOptionspublic String getPatternSeparator()
getPatternSeparator in interface TransferOptionsCopyright © 2016–2018. All rights reserved.