Uses of Class
com.circleci.client.v2.model.Artifact
-
Packages that use Artifact Package Description com.circleci.client.v2.model -
-
Uses of Artifact in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return Artifact Modifier and Type Method Description ArtifactArtifact. nodeIndex(Long nodeIndex)ArtifactArtifact. path(String path)ArtifactArtifact. url(String url)Methods in com.circleci.client.v2.model that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>ArtifactListResponse. getItems()Get itemsMethods in com.circleci.client.v2.model with parameters of type Artifact Modifier and Type Method Description ArtifactListResponseArtifactListResponse. addItemsItem(Artifact itemsItem)Method parameters in com.circleci.client.v2.model with type arguments of type Artifact Modifier and Type Method Description ArtifactListResponseArtifactListResponse. items(List<Artifact> items)voidArtifactListResponse. setItems(List<Artifact> items)
-