All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awscdk.services.codepipeline.actions.GitHubSourceAction Maven / Gradle / Ivy

package software.amazon.awscdk.services.codepipeline.actions;

/**
 * Source that is provided by a GitHub repository.
 */
@javax.annotation.Generated(value = "jsii-pacmak/0.10.3 (build 6bbf743)", date = "2019-05-02T10:15:47.475Z")
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.codepipeline.actions.$Module.class, fqn = "@aws-cdk/aws-codepipeline-actions.GitHubSourceAction")
public class GitHubSourceAction extends software.amazon.awscdk.services.codepipeline.Action {
    protected GitHubSourceAction(final software.amazon.jsii.JsiiObject.InitializationMode mode) {
        super(mode);
    }
    public GitHubSourceAction(final software.amazon.awscdk.services.codepipeline.actions.GitHubSourceActionProps props) {
        super(software.amazon.jsii.JsiiObject.InitializationMode.Jsii);
        software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this, new Object[] { java.util.Objects.requireNonNull(props, "props is required") });
    }

    /**
     * The method called when an Action is attached to a Pipeline. This method is guaranteed to be called only once for each Action instance.
     */
    @Override
    protected void bind(final software.amazon.awscdk.services.codepipeline.ActionBind info) {
        this.jsiiCall("bind", Void.class, new Object[] { java.util.Objects.requireNonNull(info, "info is required") });
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy