@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:39.483Z") @Stability(value=Experimental) public class GitHubSourceAction extends Action
| Modifier and Type | Class and Description |
|---|---|
static class |
GitHubSourceAction.Builder
(experimental) A fluent builder for
GitHubSourceAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
GitHubSourceAction(GitHubSourceActionProps props) |
protected |
GitHubSourceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GitHubSourceAction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionConfig |
bound(Construct scope,
IStage stage,
ActionBindOptions _options)
(experimental) The method called when an Action is attached to a Pipeline.
|
GitHubSourceVariables |
getVariables()
(experimental) The variables emitted by this action.
|
bind, getActionProperties, onStateChange, onStateChange, onStateChange, variableExpressionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected GitHubSourceAction(software.amazon.jsii.JsiiObjectRef objRef)
protected GitHubSourceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public GitHubSourceAction(@NotNull
GitHubSourceActionProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull protected ActionConfig bound(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions _options)
This method is guaranteed to be called only once for each Action instance.
@Stability(value=Experimental) @NotNull public GitHubSourceVariables getVariables()
Copyright © 2021. All rights reserved.