JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.jenkins.plugins.projectenv.proc
Interface ProcResult
All Known Implementing Classes:
ImmutableProcResult
@Immutable
public interface
ProcResult
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getExitCode
()
String
getStdOutput
()
Method Details
getExitCode
int
getExitCode
()
getStdOutput
String
getStdOutput
()