Uses of Enum Class
software.amazon.awscdk.services.codepipeline.actions.JenkinsActionType
Packages that use JenkinsActionType
-
Uses of JenkinsActionType in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return JenkinsActionTypeModifier and TypeMethodDescriptionJenkinsActionProps.getType()The type of the Action - Build, or Test.final JenkinsActionTypeJenkinsActionProps.Jsii$Proxy.getType()static JenkinsActionTypeReturns the enum constant of this class with the specified name.static JenkinsActionType[]JenkinsActionType.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 JenkinsActionTypeModifier and TypeMethodDescriptionJenkinsAction.Builder.type(JenkinsActionType type) The type of the Action - Build, or Test.JenkinsActionProps.Builder.type(JenkinsActionType type) Sets the value ofJenkinsActionProps.getType()