Uses of Enum
software.amazon.awscdk.services.codebuild.ProjectVisibility
Packages that use ProjectVisibility
-
Uses of ProjectVisibility in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return ProjectVisibilityModifier and TypeMethodDescriptiondefault ProjectVisibilityCommonProjectProps.getVisibility()Specifies the visibility of the project's builds.final ProjectVisibilityCommonProjectProps.Jsii$Proxy.getVisibility()final ProjectVisibilityPipelineProjectProps.Jsii$Proxy.getVisibility()final ProjectVisibilityProjectProps.Jsii$Proxy.getVisibility()static ProjectVisibilityReturns the enum constant of this type with the specified name.static ProjectVisibility[]ProjectVisibility.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.codebuild with parameters of type ProjectVisibilityModifier and TypeMethodDescriptionCommonProjectProps.Builder.visibility(ProjectVisibility visibility) Sets the value ofCommonProjectProps.getVisibility()PipelineProject.Builder.visibility(ProjectVisibility visibility) Specifies the visibility of the project's builds.PipelineProjectProps.Builder.visibility(ProjectVisibility visibility) Sets the value ofCommonProjectProps.getVisibility()Project.Builder.visibility(ProjectVisibility visibility) Specifies the visibility of the project's builds.ProjectProps.Builder.visibility(ProjectVisibility visibility) Sets the value ofCommonProjectProps.getVisibility()