public class BlueprintState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BlueprintState.Builder
A class that helps build
BlueprintState objects. |
| Modifier and Type | Field and Description |
|---|---|
static BlueprintState |
FULLY_DISABLED |
static BlueprintState |
FULLY_ENABLED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
in(BlueprintState... blueprintStates) |
boolean |
isDisabledByWebInterfaceManager() |
boolean |
isDisabledGlobally() |
boolean |
isDisabledInPluginSystem() |
boolean |
isDisabledInSpace() |
public static BlueprintState FULLY_ENABLED
public static BlueprintState FULLY_DISABLED
public boolean isDisabledGlobally()
public boolean isDisabledInSpace()
public boolean isDisabledInPluginSystem()
public boolean isDisabledByWebInterfaceManager()
public boolean in(BlueprintState... blueprintStates)
blueprintStates - the blueprintStates to compare against.Copyright © 2017 Atlassian. All rights reserved.