Class RestArtifactList
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList<RestArtifact>
-
- com.atlassian.bamboo.testutils.backdoor.model.RestArtifactList
-
public class RestArtifactList extends AbstractRestList<RestArtifact>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList
maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestArtifactList()
RestArtifactList(List<RestArtifact> artifacts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestArtifact>
getArtifacts()
-
Methods inherited from class com.atlassian.bamboo.testutils.backdoor.model.AbstractRestList
getMaxResult, getSize, getStartIndex
-
-
-
-
Constructor Detail
-
RestArtifactList
public RestArtifactList()
-
RestArtifactList
public RestArtifactList(List<RestArtifact> artifacts)
-
-
Method Detail
-
getArtifacts
public List<RestArtifact> getArtifacts()
-
-