Class UnfilteredCommandOutputContent
java.lang.Object
com.cloudbees.jenkins.support.api.Content
com.cloudbees.jenkins.support.api.UnfilteredStringContent
com.cloudbees.jenkins.support.api.UnfilteredCommandOutputContent
Content of a command output. You can only instantiate this content with
a builder method which launches the command immediately. It doesn't pre filter the result.
-
Method Summary
Modifier and TypeMethodDescriptionrunOnNodeAndCache
(WeakHashMap<Node, String> cache, Node node, String name, String... command) runOnNodeAndCache
(WeakHashMap<Node, String> cache, Node node, String name, String[] filterableParameters, String... command) Methods inherited from class com.cloudbees.jenkins.support.api.UnfilteredStringContent
shouldBeFiltered, writeTo
Methods inherited from class com.cloudbees.jenkins.support.api.Content
getFilterableParameters, getName, getTime
-
Method Details
-
runOnNode
-
runOnNode
public static UnfilteredCommandOutputContent runOnNode(Node node, String name, String[] filterableParameters, String... command) -
runOnNodeAndCache
public static UnfilteredCommandOutputContent runOnNodeAndCache(WeakHashMap<Node, String> cache, Node node, String name, String... command) -
runOnNodeAndCache
public static UnfilteredCommandOutputContent runOnNodeAndCache(WeakHashMap<Node, String> cache, Node node, String name, String[] filterableParameters, String... command)
-