@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public class SafeModeCommandLineArguments extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_LIST_SEPARATOR |
| Constructor and Description |
|---|
SafeModeCommandLineArguments(String commandLineArguments) |
| Modifier and Type | Method and Description |
|---|---|
Optional<List<String>> |
getDisabledPlugins()
Used for analytics
|
static String |
getDisableLastEnabledLinux() |
static String |
getDisableLastEnabledWindows() |
String |
getSafeModeArguments() |
boolean |
isDisabledByParam(String pluginKey) |
boolean |
isSafeMode() |
boolean |
shouldLastEnabledBeDisabled() |
public static final String PLUGIN_LIST_SEPARATOR
public SafeModeCommandLineArguments(String commandLineArguments)
public static String getDisableLastEnabledLinux()
public static String getDisableLastEnabledWindows()
public String getSafeModeArguments()
public Optional<List<String>> getDisabledPlugins()
public boolean isSafeMode()
public boolean shouldLastEnabledBeDisabled()
public boolean isDisabledByParam(String pluginKey)
Copyright © 2018 Atlassian. All rights reserved.