List of command line arguments passed to the JAR file's main function when executed.
Path to a JAR file run during the step.
Name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
Key-Value map of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.