Interface IBuildConfiguration

    • Field Detail

      • DEFAULT_CONFIG_NAME

        static final String DEFAULT_CONFIG_NAME
        The Id of the default build configuration
        See Also:
        Constant Field Values
    • Method Detail

      • getProject

        IProject getProject()
        Returns:
        the project that the config is for; never null.
      • getName

        String getName()
        Returns the human readable name of this build configuration. If this IBuildConfiguration is set on a Project, this can never be null.

        If this IBuildConfiguration is being used as a reference to a build configuration in another project, this may be null. Such build configuration references are resolved to the current active configuration at build time.

        Returns:
        the name of the configuration; or null if this is a reference to the active configuration