Class S3Delete

java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
ch.so.agi.gretl.tasks.AbstractCoreGretlTask
ch.so.agi.gretl.tasks.S3Delete
All Implemented Interfaces:
Comparable<org.gradle.api.Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, org.gradle.api.plugins.ExtensionAware, org.gradle.api.Task, org.gradle.util.Configurable<org.gradle.api.Task>

public abstract class S3Delete extends AbstractCoreGretlTask
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Task

    org.gradle.api.Task.Namer
  • Field Summary

    Fields inherited from interface org.gradle.api.Task

    TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accessKey(String accessKey)
     
    void
    bucketName(String bucketName)
     
     
    void
     
    void
    endpoint(String endpoint)
     
    void
    endPoint(String endpoint)
     
     
     
     
     
     
     
    void
    key(String key)
     
    void
    region(String region)
     
    void
    secretKey(String secretKey)
     
    void
    setAccessKey(String accessKey)
     
    void
    setBucketName(String bucketName)
     
    void
    setEndpoint(String endpoint)
     
    void
    setEndPoint(String endpoint)
     
    void
     
    void
    setRegion(String region)
     
    void
    setSecretKey(String secretKey)
     

    Methods inherited from class ch.so.agi.gretl.tasks.AbstractCoreGretlTask

    getCoreService, setDirectory, setRegularFile

    Methods inherited from class org.gradle.api.DefaultTask

    compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService

    Methods inherited from class org.gradle.api.internal.AbstractTask

    appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gradle.api.Task

    doNotTrackState, getConvention, notCompatibleWithConfigurationCache
  • Constructor Details

    • S3Delete

      public S3Delete()
  • Method Details

    • getKey

      @Input @Optional public String getKey()
    • setKey

      public void setKey(String key)
    • key

      public void key(String key)
    • delete

      public void delete()
    • getAccessKey

      @Internal public String getAccessKey()
    • getSecretKey

      @Internal public String getSecretKey()
    • getBucketName

      @Input public String getBucketName()
    • getEndpoint

      @Input @Optional public String getEndpoint()
    • getRegion

      @Input @Optional public String getRegion()
    • setAccessKey

      public void setAccessKey(String accessKey)
    • accessKey

      public void accessKey(String accessKey)
    • setSecretKey

      public void setSecretKey(String secretKey)
    • secretKey

      public void secretKey(String secretKey)
    • setBucketName

      public void setBucketName(String bucketName)
    • bucketName

      public void bucketName(String bucketName)
    • setEndpoint

      public void setEndpoint(String endpoint)
    • setEndPoint

      public void setEndPoint(String endpoint)
    • endpoint

      public void endpoint(String endpoint)
    • endPoint

      public void endPoint(String endpoint)
    • setRegion

      public void setRegion(String region)
    • region

      public void region(String region)
    • connectionSpec

      protected S3ConnectionSpec connectionSpec()