public class UnfilteredCommandOutputContent extends UnfilteredStringContent
Modifier and Type | Method and Description |
---|---|
static UnfilteredCommandOutputContent |
runOnNode(Node node,
String name,
String... command) |
static UnfilteredCommandOutputContent |
runOnNode(Node node,
String name,
String[] filterableParameters,
String... command) |
static UnfilteredCommandOutputContent |
runOnNodeAndCache(WeakHashMap<Node,String> cache,
Node node,
String name,
String... command) |
static UnfilteredCommandOutputContent |
runOnNodeAndCache(WeakHashMap<Node,String> cache,
Node node,
String name,
String[] filterableParameters,
String... command) |
shouldBeFiltered, writeTo
getFilterableParameters, getName, getTime
public static UnfilteredCommandOutputContent runOnNode(Node node, String name, String... command)
public static UnfilteredCommandOutputContent runOnNode(Node node, String name, String[] filterableParameters, String... command)
public static UnfilteredCommandOutputContent runOnNodeAndCache(WeakHashMap<Node,String> cache, Node node, String name, String... command)
public static UnfilteredCommandOutputContent runOnNodeAndCache(WeakHashMap<Node,String> cache, Node node, String name, String[] filterableParameters, String... command)
Copyright © 2016–2022. All rights reserved.