Interface ReadOnlyUserParameters

    • Method Detail

      • getParametersCollection

        @NotNull
        Collection<Parameter> getParametersCollection()
        Returns build and configuration parameters in single collection.
        Returns:
        see above
        Since:
        5.1
      • getParameter

        @Nullable
        Parameter getParameter​(@NotNull
                               String paramName)
      • getParameters

        @NotNull
        Map<String,​String> getParameters()
        Returns map of build and configuration parameters.
        Returns:
        build and configuration parameters map
        Since:
        6.5
      • getParameterValue

        @Nullable
        String getParameterValue​(@NotNull
                                 String paramName)
        Parameters:
        paramName - parameter name
        Returns:
        value of the parameter with given name or null if there is no such parameter
        Since:
        9.1.2