public final enum

StandardFeature

extends Enum<E extends Enum<E>>
implements Feature
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.bitbucket.server.StandardFeature

Class Overview

Core features provided by the application

Summary

Enum Values
StandardFeature  ATTACHMENTS   
StandardFeature  AUTH_CAPTCHA   
StandardFeature  FORKS   
StandardFeature  GETTING_STARTED   
StandardFeature  PERSONAL_REPOS   
StandardFeature  PUBLIC_ACCESS   
StandardFeature  SMART_MIRRORS   
StandardFeature  UPGRADE_ONBOARDING   
Public Methods
@Nonnull static StandardFeature fromKey(String value)
@Nonnull String getKey()
boolean isDataCenter()
static StandardFeature valueOf(String name)
final static StandardFeature[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface com.atlassian.bitbucket.server.Feature
From interface java.lang.Comparable

Enum Values

public static final StandardFeature ATTACHMENTS

public static final StandardFeature AUTH_CAPTCHA

public static final StandardFeature FORKS

public static final StandardFeature GETTING_STARTED

public static final StandardFeature PERSONAL_REPOS

public static final StandardFeature PUBLIC_ACCESS

public static final StandardFeature SMART_MIRRORS

public static final StandardFeature UPGRADE_ONBOARDING

Public Methods

@Nonnull public static StandardFeature fromKey (String value)

@Nonnull public String getKey ()

public boolean isDataCenter ()

public static StandardFeature valueOf (String name)

public static final StandardFeature[] values ()