Class BambooRemoteArtifactHandlerConfigurator
java.lang.Object
com.atlassian.bamboo.build.artifact.handlers.AbstractArtifactHandlerConfigurator
com.atlassian.bamboo.build.artifact.ServerLocalArtifactHandlerConfigurator
com.atlassian.bamboo.build.artifact.BambooRemoteArtifactHandlerConfigurator
- All Implemented Interfaces:
ArtifactHandlerConfigurator
,InitablePluginModule<ArtifactHandlerModuleDescriptor>
,BambooPluginModule
-
Field Summary
Fields inherited from class com.atlassian.bamboo.build.artifact.ServerLocalArtifactHandlerConfigurator
CONF_MAX_ARTIFACT_FILE_COUNT, CONF_MAX_ARTIFACT_FILE_COUNT_ENABLED, DEFAULT_MAX_ARTIFACT_FILE_COUNT, REMOTE_HANDLER_CONFIG_PREFIX
Fields inherited from class com.atlassian.bamboo.build.artifact.handlers.AbstractArtifactHandlerConfigurator
NON_SHARED_ARTIFACT_OPTION_NAME, SHARED_ARTIFACT_OPTION_NAME
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.build.artifact.ServerLocalArtifactHandlerConfigurator
getArtifactHandlerConfiguration, getConfigurationKey, getRemoteHandlerConfigKey, populateContextForEdit, validateConfiguration
Methods inherited from class com.atlassian.bamboo.build.artifact.handlers.AbstractArtifactHandlerConfigurator
beforeSave, decorateConfigurationForRuntime, getEncryptedArtifactHandlerConfiguration, init, isConfigurationComplete, postProcessConfiguration
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.build.artifact.handlers.ArtifactHandlerConfigurator
getRawArtifactHandlerConfigurationData
-
Constructor Details
-
BambooRemoteArtifactHandlerConfigurator
public BambooRemoteArtifactHandlerConfigurator()
-