Class PollingResult
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.continuous.PollingResult
- All Implemented Interfaces:
Serializable
Object containing all information from one 'Poll' to the other. This normally consists of change
logs, revisions, and committer information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogs()booleanvoidvoidsetCommitDate(Date pCommitDate) voidsetLastChangeDate(Date pLastChangeDate) voidvoidsetRevision(String pRevision) voidsetScmInstanceIds(Set<Long> pScmInstanceIds) voidsetSecondaryRevision(String pSecondaryRevision) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
PollingResult
public PollingResult()
-
-
Method Details
-
setLastChangeDate
-
getLastChangeDate
-
setRevision
-
getRevision
-
setChangeDetected
public void setChangeDetected() -
isChangeDetected
public boolean isChangeDetected() -
setCommitDate
-
getCommitDate
-
setLogs
-
getLogs
-
setSecondaryRevision
-
getSecondaryRevision
-
setScmInstanceIds
-
getScmInstanceIds
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-