Uses of Enum Class
software.amazon.awscdk.services.codepipeline.actions.CodeBuildActionType
Packages that use CodeBuildActionType
-
Uses of CodeBuildActionType in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return CodeBuildActionTypeModifier and TypeMethodDescriptiondefault CodeBuildActionTypeCodeBuildActionProps.getType()The type of the action that determines its CodePipeline Category - Build, or Test.final CodeBuildActionTypeCodeBuildActionProps.Jsii$Proxy.getType()static CodeBuildActionTypeReturns the enum constant of this class with the specified name.static CodeBuildActionType[]CodeBuildActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type CodeBuildActionTypeModifier and TypeMethodDescriptionCodeBuildAction.Builder.type(CodeBuildActionType type) The type of the action that determines its CodePipeline Category - Build, or Test.CodeBuildActionProps.Builder.type(CodeBuildActionType type) Sets the value ofCodeBuildActionProps.getType()