|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.aludratest.dict.Data org.aludratest.service.gitclient.data.AbstractGitData org.aludratest.service.gitclient.data.InvocationData
public class InvocationData
Wraps data for the invocation of the GitClient
's invokeGenerically method.
GitClient.invokeGenerically(InvocationData)
Constructor Summary | |
---|---|
InvocationData()
Public default constructor. |
|
InvocationData(String processName,
String... args)
Constructor with full definition of process name and arguments. |
Method Summary | |
---|---|
List<String> |
getArgs()
Returns the invocation arguments. |
String |
getFailOnErrOut()
|
String |
getProcessName()
Returns the name of the process. |
String |
getStdOut()
Returns the std out of the process. |
void |
setArgs(List<String> args)
Sets the invocation arguments. |
void |
setFailOnErrOut(String failOnErrOut)
Sets the failOnErrOut flag. |
void |
setProcessName(String processName)
Sets the name of the process. |
void |
setStdOut(String stdOut)
Sets the std out of the process. |
Methods inherited from class org.aludratest.dict.Data |
---|
buildDescriptionString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvocationData()
public InvocationData(String processName, String... args)
processName
- args
- Method Detail |
---|
public String getProcessName()
public void setProcessName(String processName)
processName
- the name of the process to setpublic List<String> getArgs()
public void setArgs(List<String> args)
args
- the invocation arguments to setpublic String getStdOut()
public void setStdOut(String stdOut)
stdOut
- the std out of the processpublic String getFailOnErrOut()
failOnErrOut
public void setFailOnErrOut(String failOnErrOut)
failOnErrOut
flag. If set to true, the occurrence of content in the process' error out stream is
considered to indicate a failure and causes the framework to emit a TechnicalException
.
failOnErrOut
- the failOnErrOut
to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |