com.sap.sdm.api.remote.deployresults
Interface NotExecuted

All Superinterfaces:
DeployResultType
All Known Subinterfaces:
Admitted, AlreadyDeployed, Initial, PreconditionViolated, Rejected, Skipped

public interface NotExecuted
extends DeployResultType

Represents the result type of a not executed deployment process. This result type means that the deployment process was not executed at all for some reason. To get the result type in more detail you should check an instance of this interface whether it is an instanceof of one of the following subinterfaces Initial, Admitted, Rejected, AlreadyDeployed, PreconditionViolated Skipped

Version:
1.0