Uses of Enum Class
org.nasdanika.models.gitlab.BuildGitStrategy
Packages that use BuildGitStrategy
-
Uses of BuildGitStrategy in org.nasdanika.models.gitlab
Fields in org.nasdanika.models.gitlab with type parameters of type BuildGitStrategyModifier and TypeFieldDescriptionstatic final List<BuildGitStrategy>BuildGitStrategy.VALUESA public read-only list of all the 'Build Git Strategy' enumerators.Methods in org.nasdanika.models.gitlab that return BuildGitStrategyModifier and TypeMethodDescriptionstatic BuildGitStrategyBuildGitStrategy.get(int value) Returns the 'Build Git Strategy' literal with the specified integer value.static BuildGitStrategyReturns the 'Build Git Strategy' literal with the specified literal value.Project.getBuildGitStrategy()Returns the value of the 'Build Git Strategy' attribute.static BuildGitStrategyReturns the 'Build Git Strategy' literal with the specified name.static BuildGitStrategyReturns the enum constant of this class with the specified name.static BuildGitStrategy[]BuildGitStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nasdanika.models.gitlab with parameters of type BuildGitStrategyModifier and TypeMethodDescriptionvoidProject.setBuildGitStrategy(BuildGitStrategy value) Sets the value of the 'Build Git Strategy' attribute. -
Uses of BuildGitStrategy in org.nasdanika.models.gitlab.impl
Fields in org.nasdanika.models.gitlab.impl declared as BuildGitStrategyModifier and TypeFieldDescriptionprotected static final BuildGitStrategyProjectImpl.BUILD_GIT_STRATEGY_EDEFAULTThe default value of the 'Build Git Strategy' attribute.Methods in org.nasdanika.models.gitlab.impl that return BuildGitStrategyModifier and TypeMethodDescriptionGitLabFactoryImpl.createBuildGitStrategyFromString(EDataType eDataType, String initialValue) ProjectImpl.getBuildGitStrategy()Methods in org.nasdanika.models.gitlab.impl with parameters of type BuildGitStrategyModifier and TypeMethodDescriptionvoidProjectImpl.setBuildGitStrategy(BuildGitStrategy newBuildGitStrategy)