Class RestArtifact
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.RestArtifact
-
public class RestArtifact extends Object
-
-
Constructor Summary
Constructors Constructor Description RestArtifact()
RestArtifact(long id, String name, String producerJobKey, Boolean shared, Long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
String
getName()
String
getProducerJobKey()
Long
getSize()
Boolean
isShared()
-