Interface JobOwner


public interface JobOwner
Contains information about a job's owner.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the ID of the job owner.
    Retrieves the type of the job owner (either user or group).
  • Method Details

    • getId

      String getId()
      Retrieves the ID of the job owner.
      Returns:
      the ID of the job owner
    • getType

      JobOwnerType getType()
      Retrieves the type of the job owner (either user or group). For example, JobOwnerType.USER.
      Returns:
      the JobOwnerType