Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.merge.conflict.GitMergeConflictType
Packages that use GitMergeConflictType
-
Uses of GitMergeConflictType in com.atlassian.bitbucket.scm.git.command.merge.conflict
Methods in com.atlassian.bitbucket.scm.git.command.merge.conflict that return GitMergeConflictTypeModifier and TypeMethodDescriptionstatic GitMergeConflictTypeGitMergeConflictType.fromReason(String reason) AbstractGitMergeConflict.getType()GitMergeConflict.getType()static GitMergeConflictTypeReturns the enum constant of this class with the specified name.static GitMergeConflictType[]GitMergeConflictType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bitbucket.scm.git.command.merge.conflict with parameters of type GitMergeConflictTypeModifierConstructorDescriptionprotectedAbstractGitMergeConflict(GitMergeConflictType type, String message, com.atlassian.bitbucket.content.ChangeType change) protectedAbstractGitMergeConflict(GitMergeConflictType type, String message, com.atlassian.bitbucket.content.ChangeType ourChange, com.atlassian.bitbucket.content.ChangeType theirChange) protectedAbstractPathGitMergeConflict(GitMergeConflictType type, String message, com.atlassian.bitbucket.content.ChangeType ourChange, com.atlassian.bitbucket.content.ChangeType theirChange, String path) protectedAbstractPathGitMergeConflict(GitMergeConflictType type, String message, com.atlassian.bitbucket.content.ChangeType change, String path)