public class StartupContext extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
static String |
RAW_COMMAND_LINE_ARGS |
| Constructor and Description |
|---|
StartupContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getCurrentBuildStepName() |
Object |
getLastValue() |
Object |
getValue(String name) |
boolean |
isLastValueSet() |
void |
putValue(String name,
Object value) |
void |
setCommandLineArguments(String[] commandLineArguments) |
void |
setCurrentBuildStepName(String currentBuildStepName) |
public static final String RAW_COMMAND_LINE_ARGS
public Object getLastValue()
public boolean isLastValueSet()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic void setCommandLineArguments(String[] commandLineArguments)
public String getCurrentBuildStepName()
public void setCurrentBuildStepName(String currentBuildStepName)
Copyright © 2020 JBoss by Red Hat. All rights reserved.