Package io.jenkins.blueocean.rest.model
Interface BluePipelineItem
- All Superinterfaces:
Reachable
- All Known Implementing Classes:
BlueMultiBranchPipeline
,BlueOrganizationFolder
,BluePipeline
,BluePipelineFolder
Minimal interface for all Blue Ocean items that live in the "pipeline namespace"
This includes various kinds of jobs that can be run, but also things that exist only as containers like folders and multibranch parents, and as such doesn't contain any references to runs, build times, etc.
-
Method Summary
-
Method Details
-
getOrganization
- Returns:
- the organization that owns this item
-
getOrganizationName
- Returns:
- name of the organization that owns this item
-
getName
- Returns:
- name of the pipeline
-
getDisplayName
- Returns:
- human readable name of this pipeline
-
getFullName
- Returns:
- Includes parent folders names if any. For example folder1/folder2/p1
-
getFullDisplayName
- Returns:
- Includes display names of parent folders if any. For example folder1/myFolder2/p1
-
getActions
- Returns:
- Gives Actions associated with this Run
-