Class AbstractArtifactHandler

java.lang.Object
com.atlassian.bamboo.build.artifact.AbstractArtifactHandler
All Implemented Interfaces:
ArtifactHandler, InitablePluginModule<ArtifactHandlerModuleDescriptor>, BambooPluginModule
Direct Known Subclasses:
AbstractLocalArtifactHandler, AbstractRepublishingArtifactHandler

public abstract class AbstractArtifactHandler extends Object implements ArtifactHandler, InitablePluginModule<ArtifactHandlerModuleDescriptor>
  • Field Details

    • ALL_AGENT_TYPES

      protected static final Set<AgentType> ALL_AGENT_TYPES
    • LOCAL_AGENTS

      protected static final Set<AgentType> LOCAL_AGENTS
    • NON_LOCAL_AGENTS

      public static final Set<AgentType> NON_LOCAL_AGENTS
  • Constructor Details

    • AbstractArtifactHandler

      public AbstractArtifactHandler(Set<AgentType> supportedAgents)
  • Method Details