
software.amazon.awscdk.services.codepipeline.actions.GitHubTrigger Maven / Gradle / Ivy
package software.amazon.awscdk.services.codepipeline.actions;
/**
* If and how the GitHub source action should be triggered.
*/
@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.GitHubTrigger")
public enum GitHubTrigger {
None,
Poll,
WebHook,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy