public interface RProjectExecution
| Modifier and Type | Method and Description |
|---|---|
RProjectExecutionDetails |
about()
About project execution.
|
void |
deleteResults()
Delete execution results.
|
java.net.URL |
downloadResults()
Download execution results.
|
void |
flush()
Flush execution.
|
java.util.List<RProjectResult> |
listResults()
List execution results.
|
RProjectExecutionDetails about()
RProjectExecutionDetailsvoid flush()
throws RClientException,
RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.java.util.List<RProjectResult> listResults() throws RClientException, RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.java.net.URL downloadResults()
throws RClientException,
RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.void deleteResults()
throws RClientException,
RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.