Uses of Class
org.gitlab4j.api.models.Artifact
| Package | Description |
|---|---|
| org.gitlab4j.api.models |
-
Uses of Artifact in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>Deployable. getArtifacts()List<Artifact>Job. getArtifacts()Method parameters in org.gitlab4j.api.models with type arguments of type Artifact Modifier and Type Method Description voidDeployable. setArtifacts(List<Artifact> artifacts)voidJob. setArtifacts(List<Artifact> artifacts)