public class ExitCodeMapping extends Object
| Constructor and Description |
|---|
ExitCodeMapping() |
| Modifier and Type | Method and Description |
|---|---|
int |
code()
Get the code value.
|
ExitOptions |
exitOptions()
Get the exitOptions value.
|
ExitCodeMapping |
withCode(int code)
Set the code value.
|
ExitCodeMapping |
withExitOptions(ExitOptions exitOptions)
Set the exitOptions value.
|
public int code()
public ExitCodeMapping withCode(int code)
code - the code value to setpublic ExitOptions exitOptions()
public ExitCodeMapping withExitOptions(ExitOptions exitOptions)
exitOptions - the exitOptions value to setCopyright © 2019. All rights reserved.