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_PREFIXFields inherited from class com.atlassian.bamboo.build.artifact.handlers.AbstractArtifactHandlerConfigurator
NON_SHARED_ARTIFACT_OPTION_NAME, SHARED_ARTIFACT_OPTION_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bamboo.build.artifact.ServerLocalArtifactHandlerConfigurator
getArtifactHandlerConfiguration, getConfigurationKey, getRemoteHandlerConfigKey, populateContextForEdit, validateConfigurationMethods inherited from class com.atlassian.bamboo.build.artifact.handlers.AbstractArtifactHandlerConfigurator
beforeSave, decorateConfigurationForRuntime, getEncryptedArtifactHandlerConfiguration, init, isConfigurationComplete, postProcessConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.build.artifact.handlers.ArtifactHandlerConfigurator
getRawArtifactHandlerConfigurationData
-
Constructor Details
-
BambooRemoteArtifactHandlerConfigurator
public BambooRemoteArtifactHandlerConfigurator()
-