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 SummaryFields inherited from class io.jenkins.blueocean.rest.model.BluePipelineACTIONS, 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract BlueScmSourceGet metadata about the SCM for this pipeline.abstract booleanReturns whether pipeline repo discovery was run on all repositories inside organization folder.Methods inherited from class io.jenkins.blueocean.rest.model.BluePipelineFoldergetDynamic, getEstimatedDurationInMillis, getIcon, getLatestRun, getNumberOfFolders, getNumberOfPipelines, getPipelineFolderNames, getPipelines, getQueue, getRuns, getWeatherScoreMethods inherited from class io.jenkins.blueocean.rest.model.BluePipelinedisable, enable, favorite, getActions, getDisabled, getDisplayName, getFullDisplayName, getFullName, getName, getOrganization, getOrganizationName, getParameters, getPermissions, getScm, getTrends
- 
Constructor Details- 
BlueOrganizationFolderpublic 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.
- 
getScmSourceGet metadata about the SCM for this pipeline.
 
-