Class GlobalVariableSet.GlobalVariableProvider

    • Constructor Detail

      • GlobalVariableProvider

        public GlobalVariableProvider()
    • Method Detail

      • forRun

        public Collection<GlobalVariable> forRun​(Run<?,​?> run)
        Description copied from class: GlobalVariableSet
        Enumerate all global variables from this provider which should be associated with a given build.
        Overrides:
        forRun in class GlobalVariableSet
        Parameters:
        run - a build, which may or may not still be running; or may be left null to look for variables that exist without any context
        Returns:
        a possibly empty set