Interface ExtensionTaskInput

    • Method Detail

      • getClientId

        @NotNull
        @NotNull String getClientId()
        Returns the client ID associated with the input.
        Returns:
        the client ID.
        Since:
        4.6.0
      • getAdditionalAttributes

        @NotNull
        @NotNull Map<String,​String> getAdditionalAttributes()
        Returns the additional arguments of the tag in the scenario.xml.
        Returns:
        the additional arguments.
        Since:
        4.6.0