Package org.jenkinsci.test.acceptance.po
Interface Container
-
- All Known Implementing Classes:
Folder
,Jenkins
,WorkflowMultiBranchJob
public interface Container
- Author:
- Ullrich Hafner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobsMixIn
getJobs()
Returns the jobs in this container.ViewsMixIn
getViews()
Returns the views in this container.
-
-
-
Method Detail
-
getJobs
JobsMixIn getJobs()
Returns the jobs in this container.- Returns:
- the jobs
-
getViews
ViewsMixIn getViews()
Returns the views in this container.- Returns:
- the views
-
-