public interface RepositoryObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreated()
Return the time that the repository object was created
|
java.lang.String |
getCreatedBy()
Return the user that creates the repository object
|
long |
getId()
The ID of the repository object
|
java.lang.String |
getLastUpdated()
Return the time the repository object last updated
|
java.lang.String |
getLastUpdatedBy()
Return the user that updated the repository object
|
java.lang.String |
getRestService() |
java.lang.String |
getUrl()
Return the URL to access the build result
|
com.ibm.json.java.JSONObject |
toJSON()
Output the attributes of the repository object in JSON format
|
java.lang.String |
toString()
Output the attributes of the repository object in
java.lang.String |
java.lang.String getCreated()
java.lang.String getCreatedBy()
long getId()
java.lang.String getLastUpdated()
java.lang.String getLastUpdatedBy()
com.ibm.json.java.JSONObject toJSON()
java.lang.String toString()
java.lang.String
toString
in class java.lang.Object
java.lang.String getUrl()
java.lang.String getRestService()
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.