com.ibm.dbb.repository

Interface RepositoryObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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
    • Method Detail

      • getCreated

        java.lang.String getCreated()
        Return the time that the repository object was created
        Returns:
        the time of creation
      • getCreatedBy

        java.lang.String getCreatedBy()
        Return the user that creates the repository object
        Returns:
        the user
      • getId

        long getId()
        The ID of the repository object
        Returns:
        the ID of the object
      • getLastUpdated

        java.lang.String getLastUpdated()
        Return the time the repository object last updated
        Returns:
        the time of last updated
      • getLastUpdatedBy

        java.lang.String getLastUpdatedBy()
        Return the user that updated the repository object
        Returns:
        the name of the user
      • toJSON

        com.ibm.json.java.JSONObject toJSON()
        Output the attributes of the repository object in JSON format
        Returns:
        the JSON format
      • toString

        java.lang.String toString()
        Output the attributes of the repository object in java.lang.String
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string representation of the repository object
      • getUrl

        java.lang.String getUrl()
        Return the URL to access the build result
        Returns:
        the URL
      • getRestService

        java.lang.String getRestService()

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.