Class SystemProperty.BooleanSystemProperty

java.lang.Object
com.atlassian.bamboo.utils.AbstractSystemProperty
com.atlassian.bamboo.utils.SystemProperty.BooleanSystemProperty
Enclosing class:
SystemProperty

public static class SystemProperty.BooleanSystemProperty extends AbstractSystemProperty
  • Constructor Details

    • BooleanSystemProperty

      public BooleanSystemProperty(boolean mandatory, boolean defaultValue, String... properties)
  • Method Details

    • getTypedValue

      public boolean getTypedValue()
      Returns:
      boolean value of property
    • setTypedValue

      public void setTypedValue(boolean value)