Uses of Class
com.github.angleshq.angles.api.models.execution.Execution
-
Packages that use Execution Package Description com.github.angleshq.angles.api.models.build com.github.angleshq.angles.api.requests -
-
Uses of Execution in com.github.angleshq.angles.api.models.build
Methods in com.github.angleshq.angles.api.models.build with parameters of type Execution Modifier and Type Method Description voidSuite. addExecution(Execution execution) -
Uses of Execution in com.github.angleshq.angles.api.requests
Methods in com.github.angleshq.angles.api.requests that return Execution Modifier and Type Method Description ExecutionExecutionRequests. create(CreateExecution createExecution)Execution[]ExecutionRequests. get()ExecutionExecutionRequests. get(String executionId)ExecutionExecutionRequests. platforms(String executionId, Platform... platforms)ExecutionExecutionRequests. update(Execution execution)Methods in com.github.angleshq.angles.api.requests with parameters of type Execution Modifier and Type Method Description ExecutionExecutionRequests. update(Execution execution)
-