Uses of Enum Class
org.nasdanika.models.gitlab.MergeMethod
Packages that use MergeMethod
-
Uses of MergeMethod in org.nasdanika.models.gitlab
Fields in org.nasdanika.models.gitlab with type parameters of type MergeMethodModifier and TypeFieldDescriptionstatic final List<MergeMethod>MergeMethod.VALUESA public read-only list of all the 'Merge Method' enumerators.Methods in org.nasdanika.models.gitlab that return MergeMethodModifier and TypeMethodDescriptionstatic MergeMethodMergeMethod.get(int value) Returns the 'Merge Method' literal with the specified integer value.static MergeMethodReturns the 'Merge Method' literal with the specified literal value.static MergeMethodReturns the 'Merge Method' literal with the specified name.Project.getMergeMethod()Returns the value of the 'Merge Method' attribute.static MergeMethodReturns the enum constant of this class with the specified name.static MergeMethod[]MergeMethod.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 MergeMethodModifier and TypeMethodDescriptionvoidProject.setMergeMethod(MergeMethod value) Sets the value of the 'Merge Method' attribute. -
Uses of MergeMethod in org.nasdanika.models.gitlab.impl
Fields in org.nasdanika.models.gitlab.impl declared as MergeMethodModifier and TypeFieldDescriptionprotected static final MergeMethodProjectImpl.MERGE_METHOD_EDEFAULTThe default value of the 'Merge Method' attribute.Methods in org.nasdanika.models.gitlab.impl that return MergeMethodModifier and TypeMethodDescriptionGitLabFactoryImpl.createMergeMethodFromString(EDataType eDataType, String initialValue) ProjectImpl.getMergeMethod()Methods in org.nasdanika.models.gitlab.impl with parameters of type MergeMethod