public interface RProjectResult
Modifier and Type | Method and Description |
---|---|
RProjectResultDetails |
about()
About project execution.
|
void |
delete()
Delete execution result.
|
java.io.InputStream |
download()
Download execution result.
|
RProjectResultDetails about()
RProjectResultDetails
void delete() throws RClientException, RSecurityException
RClientException
- if RClient fails to complete call.RSecurityException
- if DeployR server security conditions not met on call.java.io.InputStream download() throws RClientException, RSecurityException
RClientException
- if RClient fails to complete call.RSecurityException
- if DeployR server security conditions not met on call.