Class SystemProperty.UrlSystemProperty

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

public static class SystemProperty.UrlSystemProperty extends AbstractSystemProperty
  • Constructor Details

    • UrlSystemProperty

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

    • getValue

      @NotNull public @NotNull String getValue(@NotNull @NotNull String defaultValue)
      Description copied from class: AbstractSystemProperty
      Obtain the value of the property (returns the default value if the environment variable has not been defined.
      Overrides:
      getValue in class AbstractSystemProperty
      Parameters:
      defaultValue - The default value, if the environment variable has not been defined
      Returns:
      The value of the property