Class 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

      Nested Classes 
      Modifier and Type Class Description
      static class  GithubOrganizationFolder.BlueRepositoryProperty  
      static class  GithubOrganizationFolder.OrganizationFolderFactoryImpl  
      • 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

      Constructors 
      Constructor Description
      GithubOrganizationFolder​(io.jenkins.blueocean.rest.model.BlueOrganization organization, jenkins.branch.OrganizationFolder folder, io.jenkins.blueocean.rest.hal.Link parent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isScanAllRepos()  
      Map<String,​GithubOrganizationFolder.BlueRepositoryProperty> 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 Detail

      • GithubOrganizationFolder

        public GithubOrganizationFolder​(io.jenkins.blueocean.rest.model.BlueOrganization organization,
                                        jenkins.branch.OrganizationFolder folder,
                                        io.jenkins.blueocean.rest.hal.Link parent)
    • Method Detail

      • isScanAllRepos

        public boolean isScanAllRepos()
        Overrides:
        isScanAllRepos in class io.jenkins.blueocean.rest.impl.pipeline.OrganizationFolderPipelineImpl