Uses of Class
com.github.angleshq.angles.api.models.build.Artifact
-
Packages that use Artifact Package Description com.github.angleshq.angles com.github.angleshq.angles.api.models.build com.github.angleshq.angles.api.requests -
-
Uses of Artifact in com.github.angleshq.angles
Methods in com.github.angleshq.angles with parameters of type Artifact Modifier and Type Method Description voidAnglesReporter. storeArtifacts(Artifact[] artifacts)voidAnglesReporterEmpty. storeArtifacts(Artifact[] artifacts)voidAnglesReporterInterface. storeArtifacts(Artifact[] artifacts) -
Uses of Artifact in com.github.angleshq.angles.api.models.build
Methods in com.github.angleshq.angles.api.models.build with parameters of type Artifact Modifier and Type Method Description voidBuild. addArtifact(Artifact artifact) -
Uses of Artifact in com.github.angleshq.angles.api.requests
Methods in com.github.angleshq.angles.api.requests with parameters of type Artifact Modifier and Type Method Description BuildBuildRequests. artifacts(String buildId, Artifact artifact)BuildBuildRequests. artifacts(String buildId, Artifact[] artifacts)
-