@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:44.826Z") @Stability(value=Deprecated) @Deprecated public class BitBucketSourceAction extends software.amazon.jsii.JsiiObject implements IAction
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.*;
import software.amazon.awscdk.services.codepipeline.actions.*;
import software.amazon.awscdk.services.iam.*;
Artifact artifact;
Role role;
BitBucketSourceAction bitBucketSourceAction = BitBucketSourceAction.Builder.create()
.actionName("actionName")
.connectionArn("connectionArn")
.output(artifact)
.owner("owner")
.repo("repo")
// the properties below are optional
.branch("branch")
.codeBuildCloneOutput(false)
.role(role)
.runOrder(123)
.triggerOnPush(false)
.variablesNamespace("variablesNamespace")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
BitBucketSourceAction.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default, IAction.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
BitBucketSourceAction(BitBucketSourceActionProps props)
Deprecated.
|
protected |
BitBucketSourceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
BitBucketSourceAction(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
bind(Construct scope,
IStage stage,
ActionBindOptions options)
Deprecated.
|
ActionProperties |
getActionProperties()
Deprecated.
|
Rule |
onStateChange(String name)
Deprecated.
|
Rule |
onStateChange(String name,
IRuleTarget target)
Deprecated.
|
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options)
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected BitBucketSourceAction(software.amazon.jsii.JsiiObjectRef objRef)
protected BitBucketSourceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public BitBucketSourceAction(@NotNull BitBucketSourceActionProps props)
props - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public ActionConfig bind(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
@Stability(value=Deprecated) @Deprecated @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
onStateChange in interface IActionname - This parameter is required.target - options - @Stability(value=Deprecated) @Deprecated @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
onStateChange in interface IActionname - This parameter is required.target - @Stability(value=Deprecated) @Deprecated @NotNull public Rule onStateChange(@NotNull String name)
onStateChange in interface IActionname - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public ActionProperties getActionProperties()
Note that this accessor will be called before the {@link bind} callback.
getActionProperties in interface IActionCopyright © 2022. All rights reserved.