Interface Matrix

    • Method Detail

      • getAlias

        @Stability(Experimental)
        @Nullable
        default String getAlias()
        (experimental) An alias for the matrix, usable from another job’s requires stanza.

        Defaults to the name of the job being executed

      • getParameters

        @Stability(Experimental)
        @Nullable
        default Map<String,​Object> getParameters()
        (experimental) A map of parameter names to every value the job should be called with.