Interface BuildSettings

    • Method Detail

      • getAllBuildRunners

        @NotNull
        SBuildStepsCollection getAllBuildRunners()
        Returns:
        preprocessed with extensions collection of build runners
        Since:
        8.0
      • getUndefinedParameters

        @NotNull
        Map<String,​SettingDescription> getUndefinedParameters()
        Computes all undefined parameters based on current settings. Parameter is undefined if there is a reference to it in any of build settings and available parameters collection does not contain it.
        Returns:
        see above
      • getReferencedParameters

        @NotNull
        Map<String,​SettingDescription> getReferencedParameters()
        Returns:
        all referenced parameters with description of the place where reference to parameter is specified.
      • getParentSettings

        @NotNull
        ReadOnlyBuildTypeSettings getParentSettings()
        Returns:
        original build type settings used as base object for this build settings instance.