Interface ExtendableJobConfiguration
- All Known Implementing Classes:
AbstractExtendableJobConfiguration
public interface ExtendableJobConfiguration
Interface of the configuration of an extendible job.
This type of configuration is able to forward required data objects to the extending job
configuration builders.
-
Method Summary
Modifier and TypeMethodDescriptionGet the configuration of the current launch.
-
Method Details
-
getAttributes
Get the configuration of the current launch.- Returns:
- the launchConfiguration
-