Interface Container

All Known Implementing Classes:
Folder, GitLabOrganizationFolder, Jenkins, WorkflowMultiBranchJob

public interface Container
A container owns jobs and views. Known container implementations are Jenkins and Folder.
Author:
Ullrich Hafner
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the jobs in this container.
    Returns the views in this container.
  • Method Details

    • getJobs

      JobsMixIn getJobs()
      Returns the jobs in this container.
      Returns:
      the jobs
    • getViews

      ViewsMixIn getViews()
      Returns the views in this container.
      Returns:
      the views