com.sap.sdm.api.remote
Interface DeployResult
- public interface DeployResult
Represents the result of a started deployment process.
- Version:
- 1.0
|
Method Summary |
java.lang.String |
getResultText()
Returns the result text of the started deployment process. |
DeployResultType |
getType()
Returns the result type of the started deployment process. |
getType
public DeployResultType getType()
throws RemoteException
- Returns the result type of the started deployment process.
- Returns:
- a
DeployResultType representing the result type - See Also:
- com.sap.sdm.api.remote.deployresults
getResultText
public java.lang.String getResultText()
- Returns the result text of the started deployment process.
- Returns:
- a
String containing the result text