Uses of Enum Class
org.nasdanika.models.gitlab.SquashOption
Packages that use SquashOption
-
Uses of SquashOption in org.nasdanika.models.gitlab
Fields in org.nasdanika.models.gitlab with type parameters of type SquashOptionModifier and TypeFieldDescriptionstatic final List<SquashOption>SquashOption.VALUESA public read-only list of all the 'Squash Option' enumerators.Methods in org.nasdanika.models.gitlab that return SquashOptionModifier and TypeMethodDescriptionstatic SquashOptionSquashOption.get(int value) Returns the 'Squash Option' literal with the specified integer value.static SquashOptionReturns the 'Squash Option' literal with the specified literal value.static SquashOptionReturns the 'Squash Option' literal with the specified name.Project.getSquashOption()Returns the value of the 'Squash Option' attribute.static SquashOptionReturns the enum constant of this class with the specified name.static SquashOption[]SquashOption.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 SquashOptionModifier and TypeMethodDescriptionvoidProject.setSquashOption(SquashOption value) Sets the value of the 'Squash Option' attribute. -
Uses of SquashOption in org.nasdanika.models.gitlab.impl
Fields in org.nasdanika.models.gitlab.impl declared as SquashOptionModifier and TypeFieldDescriptionprotected static final SquashOptionProjectImpl.SQUASH_OPTION_EDEFAULTThe default value of the 'Squash Option' attribute.Methods in org.nasdanika.models.gitlab.impl that return SquashOptionModifier and TypeMethodDescriptionGitLabFactoryImpl.createSquashOptionFromString(EDataType eDataType, String initialValue) ProjectImpl.getSquashOption()Methods in org.nasdanika.models.gitlab.impl with parameters of type SquashOption