Package org.jenkinsci.test.acceptance.po
Interface Container
- All Known Implementing Classes:
Folder
,GitLabOrganizationFolder
,Jenkins
,WorkflowMultiBranchJob
public interface Container
- Author:
- Ullrich Hafner
-
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
-