Package com.uc4.api.objects
Interface PythonJob
- All Known Implementing Classes:
AttributesGeneric,AttributesUnix,AttributesWin
public interface PythonJob
Provides access to the Python job attributes.
-
Method Summary
Modifier and TypeMethodDescriptionReturnsPythonJobAttributesor empty if the sub type of the OS Job is not Python.
-
Method Details
-
pythonAttributes
Optional<PythonJobAttributes> pythonAttributes()ReturnsPythonJobAttributesor empty if the sub type of the OS Job is not Python.- Returns:
- Python job attributes
-