Package app.ductape.sdk.api.services
Class FeatureApiService
java.lang.Object
app.ductape.sdk.api.services.FeatureApiService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompareExecutions(List<String> featureIds, String productTag, String env, RequestContext auth) getHistory(String featureId, String productTag, String env, RequestContext auth) getRelatedExecutions(String featureId, String productTag, String env, RequestContext auth) getStatus(String featureId, String productTag, String env, RequestContext auth) getStepDetail(String featureId, String stepTag, String productTag, String env, RequestContext auth) http()voidsendSignal(String featureId, Map<String, Object> payload, RequestContext auth)
-
Constructor Details
-
FeatureApiService
-
FeatureApiService
-
-
Method Details
-
http
-
getStatus
-
cancel
-
sendSignal
-
getHistory
-
getStepDetail
-
replay
-
restart
-
resume
-
getRelatedExecutions
-
compareExecutions
-