Class QualityGateValue


  • public final class QualityGateValue
    extends Object
    The Class QualityGateValue.
    • Constructor Detail

      • QualityGateValue

        public QualityGateValue()
        Instantiates a new quality gate value.
    • Method Detail

      • getIgnoredConditions

        public String getIgnoredConditions()
        Gets the ignored conditions.
        Returns:
        the ignored conditions
      • setIgnoredConditions

        public void setIgnoredConditions​(String ignoredConditions)
        Sets the ignored conditions.
        Parameters:
        ignoredConditions - the new ignored conditions
      • getLevel

        public String getLevel()
        Gets the level.
        Returns:
        the level
      • setLevel

        public void setLevel​(String level)
        Sets the level.
        Parameters:
        level - the new level
      • getConditions

        public List<Conditions> getConditions()
        Gets the conditions.
        Returns:
        the conditions
      • setConditions

        public void setConditions​(List<Conditions> conditions)
        Sets the conditions.
        Parameters:
        conditions - the new conditions
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object