Uses of Class
com.github.angleshq.angles.api.models.build.Build
-
Packages that use Build Package Description com.github.angleshq.angles.api.requests -
-
Uses of Build in com.github.angleshq.angles.api.requests
Methods in com.github.angleshq.angles.api.requests that return Build Modifier and Type Method Description BuildBuildRequests. artifacts(String buildId, Artifact artifact)BuildBuildRequests. artifacts(String buildId, Artifact[] artifacts)BuildBuildRequests. create(CreateBuild createBuild)BuildBuildRequests. get(String buildId)Build[]BuildRequests. get(String teamId, Integer limit, Integer skip)BuildBuildRequests. keep(String buildId, Boolean keep)BuildBuildRequests. update(Build build)Methods in com.github.angleshq.angles.api.requests with parameters of type Build Modifier and Type Method Description BuildBuildRequests. update(Build build)
-