Decision Center API

ilog.rules.teamserver.model
Class IlrRuleAppDeploymentReport

java.lang.Object
  extended by ilog.rules.teamserver.model.IlrRuleAppDeploymentReport
All Implemented Interfaces:
Serializable

public class IlrRuleAppDeploymentReport
extends Object
implements Serializable

RuleApp deployment report.

Report sent by the Rule Execution Server, stored in the IlrArchiveOutput attributes.

See Also:
IlrArchiveOutput, IlrRuleAppDeploymentOperation, IlrDeploymentFacility.deployRuleAppArchive(IlrElementHandle, String, String, String, String, String, int), Serialized Form

Constructor Summary
IlrRuleAppDeploymentReport(String ruleAppName, String versioningPolicy, String serverUrl, List operations)
          Constructs a new deployment report.
 
Method Summary
 List getOperations()
          Returns the list of operations done during the RuleApp deployment.
 String getRuleAppName()
          Returns the RuleApp name.
 String getServerUrl()
          Returns the Rule Execution Server URL used for the deployment.
 String getVersioningPolicy()
          Returns the versioning policy used for the deployment.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlrRuleAppDeploymentReport

public IlrRuleAppDeploymentReport(String ruleAppName,
                                  String versioningPolicy,
                                  String serverUrl,
                                  List operations)
Constructs a new deployment report.

Parameters:
ruleAppName - The RuleApp name.
versioningPolicy - The versioning policy used for deployment.
serverUrl - The Rule Execution Server URL.
operations - The List of operations done during deployment.
See Also:
IlrRuleAppDeploymentOperation
Method Detail

getRuleAppName

public String getRuleAppName()
Returns the RuleApp name.

Returns:
The name of the RuleApp deployed.

getVersioningPolicy

public String getVersioningPolicy()
Returns the versioning policy used for the deployment.

Returns:
The versioning policy used.
See Also:
IlrDeploymentFacility

getOperations

public List getOperations()
Returns the list of operations done during the RuleApp deployment.

Returns:
The List of operations.
See Also:
IlrRuleAppDeploymentOperation

getServerUrl

public String getServerUrl()
Returns the Rule Execution Server URL used for the deployment.

Returns:
The Rule Execution Server URL.

toString

public String toString()
Overrides:
toString in class Object

Decision Center API

© Copyright IBM Corp. 1987, 2013