@Immutable public class ProcessCommand extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProcessCommand.Builder |
Modifier and Type | Method and Description |
---|---|
static ProcessCommand.Builder |
builder() |
boolean |
equals(Object o) |
List<String> |
getCommandList()
Get the command as a List.
|
String |
getSafeCommandString()
Get the command as a String replacing all occurrences of the mask
value with a masked password String, e.g.
|
int |
hashCode() |
@NotNull public List<String> getCommandList()
@NotNull public String getSafeCommandString()
public static ProcessCommand.Builder builder()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.