This change consolidates the various Job interfaces into a single one, job.Service. It's an existing interface that was already embedding the other interfaces; the changes are therefore fairly compact.
Any inconsistencies in naming were addressed as well, such as assets vs artifacts.
Description
This change consolidates the various Job interfaces into a single one,
job.Service
. It's an existing interface that was already embedding the other interfaces; the changes are therefore fairly compact.Any inconsistencies in naming were addressed as well, such as
assets
vsartifacts
.