Class BuildChange


public class BuildChange extends SerializableEntity
Represents a change associated with a build.
  • Constructor Details

    • BuildChange

      public BuildChange()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAuthor

      public Author getAuthor()
    • setAuthor

      public void setAuthor(Author author)
    • getTimestamp

      public String getTimestamp()
    • setTimestamp

      public void setTimestamp(String timestamp)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getPusher

      public String getPusher()
    • setPusher

      public void setPusher(String pusher)