Class MirrorResult
java.lang.Object
com.linecorp.centraldogma.server.mirror.MirrorResult
The result of a mirroring operation.
-
Constructor Summary
ConstructorDescriptionMirrorResult
(String mirrorId, String projectName, String repoName, MirrorStatus mirrorStatus, String description, Instant triggeredTime, Instant completedTime, String zone) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the time when the mirroring operation was completed.Returns the description of the mirroring operation.boolean
int
hashCode()
mirrorId()
Returns the ID of the mirror.Returns the status of the mirroring operation.Returns the project name whichmirrorId()
belongs to.repoName()
Returns the repository name where the mirroring operation is performed.toString()
Returns the time when the mirroring operation was triggered.zone()
Returns the zone where the mirroring operation was performed.
-
Constructor Details
-
Method Details
-
mirrorId
Returns the ID of the mirror. -
projectName
Returns the project name whichmirrorId()
belongs to. -
repoName
Returns the repository name where the mirroring operation is performed. -
mirrorStatus
Returns the status of the mirroring operation. -
description
Returns the description of the mirroring operation. -
triggeredTime
Returns the time when the mirroring operation was triggered. -
completedTime
Returns the time when the mirroring operation was completed. -
zone
Returns the zone where the mirroring operation was performed. -
equals
-
hashCode
public int hashCode() -
toString
-