Uses of Enum Class
com.atlassian.bitbucket.scm.git.GitObjectType
Packages that use GitObjectType
-
Uses of GitObjectType in com.atlassian.bitbucket.scm.git
Methods in com.atlassian.bitbucket.scm.git that return GitObjectTypeModifier and TypeMethodDescriptionstatic GitObjectTypeGitObjectType.fromObjectType(String objectType) Determines theGitObjectTypefor the providedgit cat-file -tobject type.static GitObjectTypeReturns the enum constant of this class with the specified name.static GitObjectType[]GitObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GitObjectType in com.atlassian.bitbucket.scm.git.ref
Methods in com.atlassian.bitbucket.scm.git.ref with parameters of type GitObjectTypeModifier and TypeMethodDescriptiondefault booleanGitAnnotatedTagCallback.onOtherType(String objectHash, GitObjectType objectType) Called when one of the provided hashes identifies an object that is not a tag object.