Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.codebuild.CfnProjectPropsMixin.ProjectTriggersProperty
Packages that use CfnProjectPropsMixin.ProjectTriggersProperty
-
Uses of CfnProjectPropsMixin.ProjectTriggersProperty in software.amazon.awscdk.cfnpropertymixins.services.codebuild
Classes in software.amazon.awscdk.cfnpropertymixins.services.codebuild that implement CfnProjectPropsMixin.ProjectTriggersPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnProjectPropsMixin.ProjectTriggersPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.codebuild that return CfnProjectPropsMixin.ProjectTriggersPropertyModifier and TypeMethodDescriptionCfnProjectPropsMixin.ProjectTriggersProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.codebuild with parameters of type CfnProjectPropsMixin.ProjectTriggersPropertyModifier and TypeMethodDescriptionCfnProjectMixinProps.Builder.triggers(CfnProjectPropsMixin.ProjectTriggersProperty triggers) Sets the value ofCfnProjectMixinProps.getTriggers()CfnProjectPropsMixin.Builder.triggers(CfnProjectPropsMixin.ProjectTriggersProperty triggers) For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.