Package io.jenkins.blueocean.rest.model
Class BlueOrganizationFolder
java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BluePipeline
io.jenkins.blueocean.rest.model.BluePipelineFolder
io.jenkins.blueocean.rest.model.BlueOrganizationFolder
- All Implemented Interfaces:
BlueContainerItem
,BlueManagedSource
,BluePipelineItem
,BlueRunnableItem
,Reachable
Provides organization folder API
- Author:
- Vivek Pandey
-
Field Summary
Fields inherited from class io.jenkins.blueocean.rest.model.BluePipeline
ACTIONS, CONFIGURE_PERMISSION, CREATE_PERMISSION, DISABLED, DISPLAY_NAME, ESTIMATED_DURATION, FULL_DISPLAY_NAME, FULL_NAME, LATEST_RUN, NAME, ORGANIZATION, PERMISSIONS, READ_PERMISSION, START_PERMISSION, STOP_PERMISSION, WEATHER_SCORE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract BlueScmSource
Get metadata about the SCM for this pipeline.abstract boolean
Returns whether pipeline repo discovery was run on all repositories inside organization folder.Methods inherited from class io.jenkins.blueocean.rest.model.BluePipelineFolder
getDynamic, getEstimatedDurationInMillis, getIcon, getLatestRun, getNumberOfFolders, getNumberOfPipelines, getPipelineFolderNames, getPipelines, getQueue, getRuns, getWeatherScore
Methods inherited from class io.jenkins.blueocean.rest.model.BluePipeline
disable, enable, favorite, getActions, getDisabled, getDisplayName, getFullDisplayName, getFullName, getName, getOrganization, getOrganizationName, getParameters, getPermissions, getScm, getTrends
-
Constructor Details
-
BlueOrganizationFolder
public BlueOrganizationFolder()
-
-
Method Details
-
isScanAllRepos
@Exported(name="scanAllRepos") public abstract boolean isScanAllRepos()Returns whether pipeline repo discovery was run on all repositories inside organization folder. Determination should be based on whether user gave explicit list of repos or pattern or repos or provided include/exclude criteria to only scan specific set of repos. -
getScmSource
Get metadata about the SCM for this pipeline.
-