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 InstanceConfigOptions
public boolean isFailOnError()
isFailOnError
in interface InstanceConfigOptions
public boolean isAlwaysPublishFromMaster()
isAlwaysPublishFromMaster
in interface InstanceConfigOptions
public String getParameterName()
getParameterName
in interface ParamPublishOptions
public String getLabel()
getLabel
in interface PublisherLabelOptions
public String getConfigName()
getConfigName
in interface PublisherOptions
public boolean isUseWorkspaceInPromotion()
isUseWorkspaceInPromotion
in interface PublisherOptions
public boolean isUsePromotionTimestamp()
isUsePromotionTimestamp
in interface PublisherOptions
public boolean isVerbose()
isVerbose
in interface PublisherOptions
public int getRetries()
getRetries
in interface RetryOptions
public long getRetryDelay()
getRetryDelay
in interface RetryOptions
public String getSourceFiles()
getSourceFiles
in interface TransferOptions
public String getRemovePrefix()
getRemovePrefix
in interface TransferOptions
public String getRemoteDirectory()
getRemoteDirectory
in interface TransferOptions
public String getExcludes()
getExcludes
in interface TransferOptions
public boolean isRemoteDirectorySDF()
isRemoteDirectorySDF
in interface TransferOptions
public boolean isFlatten()
isFlatten
in interface TransferOptions
public boolean isCleanRemote()
isCleanRemote
in interface TransferOptions
public boolean isNoDefaultExcludes()
isNoDefaultExcludes
in interface TransferOptions
public boolean isMakeEmptyDirs()
isMakeEmptyDirs
in interface TransferOptions
public String getPatternSeparator()
getPatternSeparator
in interface TransferOptions
Copyright © 2016–2018. All rights reserved.