Class MirrorResult

java.lang.Object
com.linecorp.centraldogma.server.mirror.MirrorResult

public final class MirrorResult extends Object
The result of a mirroring operation.
  • Constructor Details

  • Method Details

    • mirrorId

      public String mirrorId()
      Returns the ID of the mirror.
    • projectName

      public String projectName()
      Returns the project name which mirrorId() belongs to.
    • repoName

      public String repoName()
      Returns the repository name where the mirroring operation is performed.
    • mirrorStatus

      public MirrorStatus mirrorStatus()
      Returns the status of the mirroring operation.
    • description

      @Nullable public String description()
      Returns the description of the mirroring operation.
    • triggeredTime

      public Instant triggeredTime()
      Returns the time when the mirroring operation was triggered.
    • completedTime

      public Instant completedTime()
      Returns the time when the mirroring operation was completed.
    • zone

      @Nullable public String zone()
      Returns the zone where the mirroring operation was performed.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object