Interface QualityGate


  • public interface QualityGate
    Since:
    5.5
    • Method Detail

      • getId

        java.lang.String getId()
        The unique identifier of the Quality Gate.
      • getName

        java.lang.String getName()
        Name of the Quality Gate.
      • getStatus

        QualityGate.Status getStatus()
        Status of the Quality Gate for the current project processing.
      • getConditions

        java.util.Collection<QualityGate.Condition> getConditions()
        Conditions of the Quality Gate.