Uses of Enum Class
org.nasdanika.models.gitlab.AutoDevopsDeployStrategy
Packages that use AutoDevopsDeployStrategy
-
Uses of AutoDevopsDeployStrategy in org.nasdanika.models.gitlab
Fields in org.nasdanika.models.gitlab with type parameters of type AutoDevopsDeployStrategyModifier and TypeFieldDescriptionstatic final List<AutoDevopsDeployStrategy>AutoDevopsDeployStrategy.VALUESA public read-only list of all the 'Auto Devops Deploy Strategy' enumerators.Methods in org.nasdanika.models.gitlab that return AutoDevopsDeployStrategyModifier and TypeMethodDescriptionstatic AutoDevopsDeployStrategyAutoDevopsDeployStrategy.get(int value) Returns the 'Auto Devops Deploy Strategy' literal with the specified integer value.static AutoDevopsDeployStrategyReturns the 'Auto Devops Deploy Strategy' literal with the specified literal value.Project.getAutoDevopsDeployStrategy()Returns the value of the 'Auto Devops Deploy Strategy' attribute.static AutoDevopsDeployStrategyReturns the 'Auto Devops Deploy Strategy' literal with the specified name.static AutoDevopsDeployStrategyReturns the enum constant of this class with the specified name.static AutoDevopsDeployStrategy[]AutoDevopsDeployStrategy.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 AutoDevopsDeployStrategyModifier and TypeMethodDescriptionvoidProject.setAutoDevopsDeployStrategy(AutoDevopsDeployStrategy value) Sets the value of the 'Auto Devops Deploy Strategy' attribute. -
Uses of AutoDevopsDeployStrategy in org.nasdanika.models.gitlab.impl
Fields in org.nasdanika.models.gitlab.impl declared as AutoDevopsDeployStrategyModifier and TypeFieldDescriptionprotected static final AutoDevopsDeployStrategyProjectImpl.AUTO_DEVOPS_DEPLOY_STRATEGY_EDEFAULTThe default value of the 'Auto Devops Deploy Strategy' attribute.Methods in org.nasdanika.models.gitlab.impl that return AutoDevopsDeployStrategyModifier and TypeMethodDescriptionGitLabFactoryImpl.createAutoDevopsDeployStrategyFromString(EDataType eDataType, String initialValue) ProjectImpl.getAutoDevopsDeployStrategy()Methods in org.nasdanika.models.gitlab.impl with parameters of type AutoDevopsDeployStrategyModifier and TypeMethodDescriptionvoidProjectImpl.setAutoDevopsDeployStrategy(AutoDevopsDeployStrategy newAutoDevopsDeployStrategy)