Class GithubOrganizationFolder
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
io.jenkins.blueocean.rest.impl.pipeline.OrganizationFolderPipelineImpl
io.jenkins.blueocean.blueocean_github_pipeline.GithubOrganizationFolder
- All Implemented Interfaces:
io.jenkins.blueocean.rest.model.BlueContainerItem
,io.jenkins.blueocean.rest.model.BlueManagedSource
,io.jenkins.blueocean.rest.model.BluePipelineItem
,io.jenkins.blueocean.rest.model.BlueRunnableItem
,io.jenkins.blueocean.rest.Reachable
public class GithubOrganizationFolder
extends io.jenkins.blueocean.rest.impl.pipeline.OrganizationFolderPipelineImpl
- Author:
- Vivek Pandey
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class io.jenkins.blueocean.rest.impl.pipeline.OrganizationFolderPipelineImpl
io.jenkins.blueocean.rest.impl.pipeline.OrganizationFolderPipelineImpl.OrganizationFolderFactory, io.jenkins.blueocean.rest.impl.pipeline.OrganizationFolderPipelineImpl.OrganizationIcon
-
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
ConstructorDescriptionGithubOrganizationFolder
(io.jenkins.blueocean.rest.model.BlueOrganization organization, jenkins.branch.OrganizationFolder folder, io.jenkins.blueocean.rest.hal.Link parent) -
Method Summary
Modifier and TypeMethodDescriptionboolean
repos()
Client can expect it to return empty map or null.Methods inherited from class io.jenkins.blueocean.rest.impl.pipeline.OrganizationFolderPipelineImpl
disable, enable, favorite, getActions, getDisabled, getDisplayName, getFolder, getFullDisplayName, getFullName, getIcon, getLatestRun, getLink, getName, getNumberOfFolders, getNumberOfPipelines, getOrganization, getOrganizationName, getParameters, getPermissions, getPipelineFolderNames, getPipelines, getQueue, getRuns, getScm, getScmSource, getTrends
Methods inherited from class io.jenkins.blueocean.rest.model.BluePipelineFolder
getDynamic, getEstimatedDurationInMillis, getWeatherScore
Methods inherited from class io.jenkins.blueocean.rest.model.Resource
getLinks, getState
-
Constructor Details
-
GithubOrganizationFolder
public GithubOrganizationFolder(io.jenkins.blueocean.rest.model.BlueOrganization organization, jenkins.branch.OrganizationFolder folder, io.jenkins.blueocean.rest.hal.Link parent)
-
-
Method Details
-
isScanAllRepos
public boolean isScanAllRepos()- Overrides:
isScanAllRepos
in classio.jenkins.blueocean.rest.impl.pipeline.OrganizationFolderPipelineImpl
-
repos
Client can expect it to return empty map or null. In certain cases, such as when organization folder scan is triggered with only one repo,- Returns:
-