Class SystemProperty.IntegerSystemProperty

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

public static class SystemProperty.IntegerSystemProperty extends AbstractSystemProperty
  • Constructor Details

    • IntegerSystemProperty

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

    • getTypedValue

      public long getTypedValue()
      Returns:
      integer value of property
      Throws:
      NumberFormatException - if property cannot be parsed