public class CreateBucketTask
extends org.gradle.api.internal.ConventionTask
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
bucketName
Amazon S3 bucket names are globally unique, regardless of the AWS region in which you create the bucket.
|
boolean |
ifNotExists
Create bucket only if it does not exists.
|
java.lang.String |
region
Region identifier.
|
| Constructor and Description |
|---|
CreateBucketTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
createBucket() |
conventionMapping, conventionMapping, getConventionMappingnewInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic java.lang.String bucketName
public java.lang.String region
public boolean ifNotExists