Uses of Class
com.github.angleshq.angles.api.models.Platform
-
Packages that use Platform Package Description com.github.angleshq.angles com.github.angleshq.angles.api.models.execution com.github.angleshq.angles.api.requests -
-
Uses of Platform in com.github.angleshq.angles
Methods in com.github.angleshq.angles with parameters of type Platform Modifier and Type Method Description voidAnglesReporter. storePlatformDetails(Platform... platform)voidAnglesReporterEmpty. storePlatformDetails(Platform... platform)voidAnglesReporterInterface. storePlatformDetails(Platform... platform) -
Uses of Platform in com.github.angleshq.angles.api.models.execution
Methods in com.github.angleshq.angles.api.models.execution with parameters of type Platform Modifier and Type Method Description voidAddPlatforms. addPlatform(Platform... platform)voidCreateExecution. addPlatform(Platform... platform)voidExecution. addPlatform(Platform platform) -
Uses of Platform in com.github.angleshq.angles.api.requests
Methods in com.github.angleshq.angles.api.requests with parameters of type Platform Modifier and Type Method Description ExecutionExecutionRequests. platforms(String executionId, Platform... platforms)
-