Search

Class PuppetExecutionResult

Extends java.lang.Object
Execution Result

Attributes

Name Type Description
error String Error
exitCode Number Exit code
output String Output

Methods

None

Returned by

Method Returns
PuppetMaster.executeCommand(String command) PuppetExecutionResult
PuppetMaster.getFile(String remoteFile, String localFile) PuppetExecutionResult
PuppetMaster.getFileContent(String remoteFile) PuppetExecutionResult
PuppetMaster.putFile(String localFile, String remoteFile) PuppetExecutionResult
PuppetMaster.putFileContent(String content, String remoteFile) PuppetExecutionResult

Referenced in

None