public class CreateBucketTask
extends org.gradle.api.internal.ConventionTask
| 修飾子とタイプ | フィールドと説明 |
|---|---|
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.
|
| コンストラクタと説明 |
|---|
CreateBucketTask() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
createBucket() |
conventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, 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, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic java.lang.String bucketName
public java.lang.String region
public boolean ifNotExists