Class PollingResult

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.continuous.PollingResult
All Implemented Interfaces:
Serializable

public class PollingResult extends BasePOJO
Object containing all information from one 'Poll' to the other. This normally consists of change logs, revisions, and committer information.
See Also:
  • Constructor Details

    • PollingResult

      public PollingResult()
  • Method Details

    • setLastChangeDate

      public void setLastChangeDate(Date pLastChangeDate)
    • getLastChangeDate

      public Date getLastChangeDate()
    • setRevision

      public void setRevision(String pRevision)
    • getRevision

      public String getRevision()
    • setChangeDetected

      public void setChangeDetected()
    • isChangeDetected

      public boolean isChangeDetected()
    • setCommitDate

      public void setCommitDate(Date pCommitDate)
    • getCommitDate

      public Date getCommitDate()
    • setLogs

      public void setLogs(List<LogPoint> pLogs)
    • getLogs

      public List<LogPoint> getLogs()
    • setSecondaryRevision

      public void setSecondaryRevision(String pSecondaryRevision)
    • getSecondaryRevision

      public String getSecondaryRevision()
    • setScmInstanceIds

      public void setScmInstanceIds(Set<Long> pScmInstanceIds)
    • getScmInstanceIds

      public Set<Long> getScmInstanceIds()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object