Class ArtifactHandlerResource

java.lang.Object
com.atlassian.bamboo.plugins.rest.admin.artifacthandler.ArtifactHandlerResource

@Path("artifactHandlers") @Produces("application/json") @Consumes("application/json") public class ArtifactHandlerResource extends Object
REST resource to manage artifact handlers in bamboo. It includes a REST endpoint for each type artifact handlers respectively. GET and PUT methods are supported. Supported artifact handler types:
  • Server-Local Artifact Handler
  • Bamboo Remote Handler
  • Amazon S3
  • Agent-Local Artifact Handler
Since:
5.10