Class StandardMigrationEntityType<K>
java.lang.Object
com.atlassian.bitbucket.migration.StandardMigrationEntityType<K>
- All Implemented Interfaces:
MigrationEntityType<K>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MigrationEntityType<Long> static final MigrationEntityType<Long> static final MigrationEntityType<Integer> static final MigrationEntityType<Integer> static final MigrationEntityType<Integer> -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()static Optional<MigrationEntityType<?>> static Optional<MigrationEntityType<Integer>> ofScope(com.atlassian.bitbucket.scope.Scope scope) toString()static MigrationEntityType<?>[]values()
-
Field Details
-
ATTACHMENT
-
COMMENT
-
PROJECT
-
REPOSITORY
-
USER
-
-
Method Details
-
ofName
-
ofScope
@Nonnull public static Optional<MigrationEntityType<Integer>> ofScope(@Nonnull com.atlassian.bitbucket.scope.Scope scope) -
values
-
equals
-
getName
- Specified by:
getNamein interfaceMigrationEntityType<K>- Returns:
- the
Stringname of this type
-
hashCode
public int hashCode() -
toString
-