• Search by APIs
  • Search by Words
  • Search Projects
  • Java
  • Python
  • JavaScript
  • TypeScript
  • C++
  • Scala
  • Blog
Project: blueocean-plugin (GitHub Link)
  • blueocean-plugin-master
    • .prettierrc.yaml
    • .github
      • release-drafter.yml
    • js-extensions
      • src
        • SandboxedComponent.jsx
        • init
          • blueocean-core-js.js
          • extension.js
        • ContextBridge.jsx
        • ExtensionStore.js
        • ErrorUtils.jsx
        • ExtensionUtils.js
        • ExtensionRenderer.jsx
        • ClassMetadataStore.js
        • ResourceLoadTracker.js
        • ComponentTypeFilter.js
      • .npmignore
      • spec
        • ExtensionUtils-spec.js
        • ResourceLoadTracker-spec.js
        • js-builder-plugin-spec.js
        • ExtensionRenderer-spec.js
        • ExtensionStore-spec.js
        • sample-extensions.yaml
        • javaScriptExtensionInfo-01.json
        • javaScriptExtensionInfo-02.json
      • README.md
      • package.json
      • .gitignore
      • LICENSE.txt
      • index.js
      • gulpfile.js
      • @jenkins-cd
        • js-builder.js
        • subs
          • css-bundle.js
          • require-transform.js
          • extensions-bundle.js
    • PULL_REQUEST_TEMPLATE
    • Dockerfile.jdk10
    • blueocean-git-pipeline
      • src
        • main
          • resources
            • index.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • blueocean_git_pipeline
                    • GitFile.java
                    • GitScm.java
                    • GitCacheCloneReadSaveRequest.java
                    • GitBareRepoReadSaveRequest.java
                    • GitPipelineCreateRequest.java
                    • GitUtils.java
                    • RepositoryCloneProgressEndpoint.java
                    • GitReadSaveService.java
                    • CloneProgressMonitor.java
                    • GitReadSaveRequest.java
                    • GitCloneReadSaveRequest.java
                  • ssh
                    • UserPublicKeyRoute.java
                    • UserSSHKeyManager.java
                    • SSHKeyUtils.java
                    • UserKey.java
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • blueocean_git_pipeline
                    • GitReadSaveTest.java
                    • GitScmTest.java
                    • GitScmTest2.java
                    • GitPipelineCreateRequestTest.java
                    • GitUtilsTest.java
                  • ssh
                    • SSHKeyUtilTest.java
                    • UserSSHKeyTest.java
      • pom.xml
    • blueocean-config
      • src
        • main
          • resources
            • index.jelly
            • io
              • jenkins
                • blueocean
                  • config
                    • RollbarDecorator
                      • header.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • config
                    • BlueOceanConfigImpl.java
                    • JenkinsJSExtensions.java
                    • RollbarDecorator.java
                    • JenkinsJSExtensionsStatePreloader.java
                    • BlueOceanConfigStatePreloader.java
          • js
            • rollbar.js
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • config
                    • BlueOceanConfigFactoryTest.java
      • pom.xml
      • .editorconfig
      • README.md
      • .mvn_exec_node
      • package.json
      • LICENSE.txt
    • .npmignore
    • blueocean-rest
      • src
        • main
          • resources
            • index.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • analytics
                    • AnalyticsRoute.java
                    • Analytics.java
                    • AdditionalAnalyticsProperties.java
                  • RootRoutable.java
                  • BlueOceanUIProvider.java
                  • Routable.java
                  • rest
                    • Navigable.java
                    • ApiHead.java
                    • hal
                      • Link.java
                      • Links.java
                      • LinkResolver.java
                    • Utils.java
                    • UserRoute.java
                    • OmniSearch.java
                    • Query.java
                    • factory
                      • organization
                        • OrganizationFactory.java
                        • AbstractOrganization.java
                      • BlueArtifactFactory.java
                      • BlueFavoriteResolver.java
                      • BlueTrendFactory.java
                      • BlueOceanConfigFactory.java
                      • BlueOceanUrlObjectFactory.java
                      • BluePipelineFactory.java
                      • BlueTestResultFactory.java
                      • BlueRunFactory.java
                      • BlueOceanUrlMapper.java
                      • BlueIssueFactory.java
                    • APICrumbExclusion.java
                    • pageable
                      • Pageables.java
                      • Pageable.java
                      • PagedResponse.java
                    • ApiRoutable.java
                    • Reachable.java
                    • model
                      • BlueItemRun.java
                      • BlueArtifactContainer.java
                      • BlueOceanUrlObject.java
                      • BlueOrganization.java
                      • BlueQueueContainer.java
                      • Resource.java
                      • BlueMultiBranchItem.java
                      • BlueInputStep.java
                      • BlueChangeSetEntry.java
                      • BlueRun.java
                      • BluePipeline.java
                      • BluePipelineContainer.java
                      • BlueTable.java
                      • BlueArtifact.java
                      • BlueUser.java
                      • BlueQueueItem.java
                      • BluePipelineNode.java
                      • BlueFavorite.java
                      • BlueCreateRepoResponse.java
                      • BlueUserPermission.java
                      • BlueFavoriteContainer.java
                      • BlueTableRow.java
                      • BluePipelineItem.java
                      • GenericResource.java
                      • BluePipelineScm.java
                      • BlueTrendContainer.java
                      • BlueMultiBranchPipeline.java
                      • BlueTestResult.java
                      • BlueOrganizationContainer.java
                      • BlueRunContainer.java
                      • BlueIssue.java
                      • Containers.java
                      • BlueScmConfig.java
                      • BluePipelineStep.java
                      • BlueExtensionClassMap.java
                      • BluePipelineNodeContainer.java
                      • BlueActionProxy.java
                      • BluePipelineCreateRequest.java
                      • BlueOrganizationFolder.java
                      • CreateResponse.java
                      • BlueExtensionClass.java
                      • BluePipelineStepContainer.java
                      • BluePipelineFolder.java
                      • BlueTestSummary.java
                      • BlueScmSource.java
                      • BlueRunnableItem.java
                      • BlueIcon.java
                      • BlueExtensionClassContainer.java
                      • BlueUserContainer.java
                      • Container.java
                      • BlueContainerItem.java
                      • BlueFavoriteAction.java
                      • KnownCapabilities.java
                      • BlueTrend.java
                      • BlueTestResultContainer.java
                      • BlueOceanConfig.java
                      • BlueManagedSource.java
                    • OrganizationRoute.java
      • pom.xml
      • README.md
      • LICENSE.txt
    • blueocean-events
      • src
        • main
          • resources
            • index.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • events
                    • PipelineEventChannel.java
                    • JobIndexingMessageEnricher.java
                    • BlueMessageEnricher.java
                    • PipelineEventListener.java
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • events
                    • SseEventTest.java
                    • PipelineEventListenerTest.java
                    • sse
                      • SSEMessage.java
                      • SSEConnection.java
      • pom.xml
      • README.md
    • pom.xml
    • licenses
      • nounproject-goat.txt
      • octicons-license.txt
      • latofont-license.txt
      • nounproject-parsley.txt
      • nounproject-sports-shoes.txt
      • google-material-icons-license.txt
    • blueocean-i18n
      • src
        • main
          • resources
            • index.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • i18n
                    • BlueI18n.java
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • i18n
                    • BlueI18nTest.java
      • pom.xml
      • README.md
      • LICENSE.txt
    • acceptance-tests
      • src
        • main
          • resources
            • log4j.properties
            • io
              • blueocean
                • ath
                  • api
                    • classic
                      • folder.xml
                      • multibranch.xml
                      • freestyle.xml
                      • pipeline.xml
          • nightwatch.json
          • java
            • io
              • blueocean
                • ath
                  • Locate.java
                  • guice
                    • PageObjectModule.java
                  • CustomExpectedConditions.java
                  • pages
                    • classic
                      • ClassicFreestyleCreationPage.java
                      • LoginPage.java
                    • blue
                      • GithubEnterpriseCreationPage.java
                      • DashboardPage.java
                      • RunDetailsPipelinePage.java
                      • EditorPage.java
                      • GithubCreationPage.java
                      • GithubAddServerDialogPage.java
                      • GitCreationPage.java
                      • ActivityPage.java
                      • ExecutorPluginPage.java
                      • FavoritesDashboardPage.java
                      • RunDetailsTestsPage.java
                      • PullRequestsPage.java
                      • RunDetailsArtifactsPage.java
                      • BranchPage.java
                  • AcceptanceTestException.java
                  • WaitUtil.java
                  • ATHJUnitRunner.java
                  • CustomJenkinsServer.java
                  • LocalDriver.java
                  • api
                    • classic
                      • ClassicJobApi.java
                  • SmartWebElement.java
                  • JenkinsUser.java
                  • Config.java
                  • factory
                    • ActivityPageFactory.java
                    • AbstractPipelineFactory.java
                    • PullRequestsPageFactory.java
                    • BranchPageFactory.java
                    • MultiBranchPipelineFactory.java
                    • RunDetailsPipelinePageFactory.java
                    • ClassicPipelineFactory.java
                    • RunDetailsArtifactsPageFactory.java
                    • RunDetailsTestsPageFactory.java
                    • FreestyleJobFactory.java
                  • WebDriverMixin.java
                  • LogEntryLogger.java
                  • ResourceResolver.java
                  • Login.java
                  • GitRepositoryRule.java
                  • model
                    • ClassicPipeline.java
                    • Folder.java
                    • BlueJobStatus.java
                    • MultiBranchPipeline.java
                    • FreestyleJob.java
                    • AbstractPipeline.java
                  • Retry.java
                  • sse
                    • SSEEvents.java
                    • SSEClientRule.java
                  • BlueOceanAcceptanceTest.java
                  • BaseUrl.java
                  • AthModule.java
        • test
          • resources
            • parameterized
              • Jenkinsfile
            • multibranch_1
              • TEST-failure.TestThisWontFail.xml
              • TEST-failure.TestThisWillFailAbunch.xml
              • Jenkinsfile
            • api
              • github-enterprise
                • mappings
                  • mapping-user-orgs-3B9ce.json
                  • mapping-cliffmeyers-ath-github-creation-bHasC.json
                  • mapping-ath-github-creation-pulls-wrcYO.json
                  • mapping-ath-github-creation-contents-1qwVv.json
                  • mapping-user-4arQt.json
                  • mapping-contents-Jenkinsfile-SW8qZ.json
                  • mapping-(root)-waUGf.json
                  • mapping-ath-github-creation-branches-O2ZFl.json
                  • mapping-rate_limit-6MQ0B.json
                  • mapping-user-repos-AFmRL.json
                • __files
                  • body-contents-Jenkinsfile-SW8qZ.json
                  • body-ath-github-creation-branches-O2ZFl.json
                  • body-ath-github-creation-pulls-wrcYO.json
                  • body-user-repos-AFmRL.json
                  • body-ath-github-creation-contents-1qwVv.json
                  • body-cliffmeyers-ath-github-creation-bHasC.json
                  • body-user-orgs-3B9ce.json
                  • body-user-4arQt.json
                  • body-(root)-waUGf.json
            • test_scripts
              • no-stages.groovy
              • noStagesSmallWait.groovy
              • fastStages.groovy
              • parameterPipeline.groovy
              • parallel-stages.groovy
              • three-stages.groovy
              • freestyle.sh
              • stages-with-wait.groovy
              • hello-world.groovy
              • noStagesFailing.groovy
              • stagesFailing.groovy
              • initialStage.groovy
              • stages-with-wait-block-syntax.groovy
              • pause.groovy
              • stages-with-wait-pipelineModel-syntax.groovy
              • freestylePing.sh
            • multibranch_2
              • Jenkinsfile
            • io
              • blueocean
                • ath
                  • offline
                    • edgeCases
                      • TestDetailsTest
                        • TEST-failure.TestThisWontFail.xml
                        • TEST-failure.TestThisWillFailAbunch.xml
                        • Jenkinsfile
                      • FolderTest
                        • TEST-failure.TestThisWontFail.xml
                        • TEST-failure.TestThisWillFailAbunch.xml
                        • Jenkinsfile
                    • personalization
                      • FavoritesNavigationTest
                        • Jenkinsfile
                      • FavoritesCardsTest
                        • Jenkinsfile
                      • FavoritesAddRemoveTest
                        • Jenkinsfile
                    • pipeline
                      • UpstreamLinkTest
                        • Jenkinsfile
                      • ArtifactsTest
                        • artifactsList.groovy
                    • multibranch
                      • NavigationTest
                        • Jenkinsfile
                      • CommitMessagesTest
                        • Jenkinsfile
                      • RestartStageTest
                        • Jenkinsfile
                      • TestResultsErrorStdOutTest
                        • TEST-io.blueocean.NoErrorMessage.xml
                        • TEST-io.blueocean.Success.xml
                        • Jenkinsfile
                        • TEST-io.blueocean.StdoutStderr.xml
                      • ParallelNavigationTest
                        • Jenkinsfile.failed.input
                        • Jenkinsfile.input.param.classic.link
                        • Jenkinsfile.nosteps.nostages
                        • Jenkinsfile
                        • Jenkinsfile.input
                      • StartStopTest
                        • Jenkinsfile
                  • live
                    • Jenkinsfile
            • multibranch
              • commit_message
                • Jenkinsfile
          • java
            • io
              • blueocean
                • ath
                  • offline
                    • edgeCases
                      • TestDetailsTest.java
                      • FolderTest.java
                    • BitbucketServerTest.java
                    • personalization
                      • FavoritesCardsTest.java
                      • FavoritesAddRemoveTest.java
                      • AbstractFavoritesTest.java
                      • FavoritesNavigationTest.java
                    • pipeline
                      • ArtifactsTest.java
                      • DownstreamLinkTest.java
                      • UpstreamLinkTest.java
                    • PageNotFoundTest.java
                    • multibranch
                      • TestResultsErrorStdOutTest.java
                      • ParallelNavigationTest.java
                      • NavigationTest.java
                      • StartStopTest.java
                      • RestartStageTest.java
                      • CommitMessagesTest.java
                    • FavoritesTest.java
                    • dashboard
                      • DashboardTest.java
                      • search
                        • SearchTest.java
                  • util
                    • GithubConfig.java
                    • GithubHelper.java
                    • WireMockBase.java
                  • live
                    • GithubEnterpriseCreationTest.java
                    • GithubCreationTest.java
                    • creation
                      • GitCreationTest.java
                    • GithubEditorTest.java
              • jenkins
                • blueocean
                  • util
                    • HttpRequest.java
                  • commons
                    • JsonConverter.java
          • js
            • runDetailsModal
              • runDetailsBackwardsNavigation.js
              • runDetailsFallbackNavigation.js
            • i18n
              • loadGerman.js
            • failing.js
            • failingStages.js
            • freestyle
              • branchPRTabs.js
              • index.js
            • notMultibranch
              • pipelineRunning.js
              • freestyleRunning.js
              • index.js
            • edgeCases
              • initialStage.js
              • authorCollapsed.js
              • index.js
            • matrix.js
            • creation
              • git
                • localRepo.js
            • multibranch
              • filtering.js
              • multibranchOpening.js
            • index.js
            • log-karaoke
              • stages-new.js
              • stages-old.js
              • stages-block.js
              • input.js
              • freestylePing.js
              • parametrisedPipeline.js
              • noStages.js
              • parallelStages.js
              • freestyle.js
              • index.js
            • smoke.js
      • pom.xml
      • run.sh
      • runner
        • runtime-plugins
          • pom.xml
          • fake-security-realm-plugin
            • src
              • main
                • java
                  • org
                    • jenkinsci
                      • plugins
                        • fakerealm
                          • Listener.java
            • pom.xml
          • runtime-deps
            • src
              • main
                • resources
                  • .ignore
            • pom.xml
        • .printip.js
        • runtime
          • src
            • main
              • resources
                • log4j.properties
              • java
                • io
                  • jenkins
                    • blueocean
                      • BlueOceanWinstoneController.java
                      • BOJUnitTest.java
            • test
              • resources
                • parameterized
                  • Jenkinsfile
                • multibranch_1
                  • TEST-failure.TestThisWontFail.xml
                  • TEST-failure.TestThisWillFailAbunch.xml
                  • Jenkinsfile
                • test_scripts
                  • no-stages.groovy
                  • noStagesSmallWait.groovy
                  • fastStages.groovy
                  • parameterPipeline.groovy
                  • parallel-stages.groovy
                  • three-stages.groovy
                  • freestyle.sh
                  • stages-with-wait.groovy
                  • hello-world.groovy
                  • noStagesFailing.groovy
                  • lots-of-artifacts.groovy
                  • stagesFailing.groovy
                  • initialStage.groovy
                  • stages-with-wait-block-syntax.groovy
                  • pause.groovy
                  • stages-with-wait-pipelineModel-syntax.groovy
                  • freestylePing.sh
                • multibranch_2
                  • Jenkinsfile
                • multibranch
                  • test_results
                    • TEST-io.blueocean.NoErrorMessage.xml
                    • Jenkinsfile
                    • TEST-io.blueocean.StdoutStderr.xml
                  • commit_message
                    • Jenkinsfile
              • java
                • utils
                  • DevRunner.java
                • io
                  • jenkins
                    • blueocean
                      • AllTest.java
          • pom.xml
          • logging.properties
        • scripts
          • site-publish.sh
          • start-sc.sh
          • start-selenium.sh
          • maven.sh
          • stop-selenium.sh
          • start-bitbucket-server.sh
          • stop-sc.sh
          • args.sh
          • stop-bitbucket-server.sh
          • download.sh
        • .gitignore
      • live.properties.sample
      • jsdocConfig.json
      • README.md
      • .gitignore
      • gulpfile.js
    • blueocean-github-pipeline
      • src
        • main
          • resources
            • index.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • blueocean_github_pipeline
                    • GithubRepositoryContainer.java
                    • GithubServer.java
                    • GithubPipelineCreateRequest.java
                    • GithubScmSaveFileRequest.java
                    • HttpRequest.java
                    • GithubOrganizationFolder.java
                    • GithubIssue.java
                    • GitHubFactory.java
                    • GithubCredentialUtils.java
                    • GithubRepositories.java
                    • GithubEnterpriseScm.java
                    • GithubScm.java
                    • GithubServerContainer.java
                    • GithubRepository.java
                    • GithubOrganization.java
                    • AbstractGithubOrganization.java
                    • GithubUserOrganization.java
                    • GithubFile.java
                    • GithubEnterpriseScmContentProvider.java
                    • GithubScmContentProvider.java
        • test
          • resources
            • server-api
              • mappings
                • mapping-notgithub.json
                • mapping-(root).json
                • mapping-api-v3.json
              • __files
                • _empty.json
                • body-api-v3.json
            • api
              • mappings
                • mapping-PR-demo-contents-quicker.json
                • mapping-repos-cloudbeers-PR_demo.json
                • mapping-cloudbeers-repos.json
                • mapping-PR-demo-pulls.json
                • mapping-CloudBees-community-RunMyProcess-task-R1yvU.json
                • mapping-cloudbeers-PR_demo-contents-HEAD.json
                • mapping-repos-cloudbeers-PR_demo-branches-test2-HEAD.json
                • mapping-user-vivek.json
                • mapping-repos-cloudbeers-PR-demo-branches.json
                • mapping-PR-demo-contents-master.json
                • mapping-CloudBees-community-repos-B3kAn.json
                • mapping-orgs-cloudbeers.json
                • mapping-content-Jenkinsfile-put.json
                • mapping-user-orgs.json
                • mapping-branches-master-BELLU.json
                • mapping-pulls-20.json
                • mapping-users-cloudbeers.json
                • mapping-empty1-branches-gnJrL.json
                • mapping-users-vivek.json
                • mapping-(root).json
                • mapping-repos-cloudbeers-PR_demo-branches-test2-POST.json
                • mapping-empty1-pulls-Yi4Ig.json
                • mapping-heads-master.json
                • mapping-repos-cloudbeers-collaborators-PR-demo.json
                • mapping-rate_limit-6MQ0B.json
                • mapping-PR-demo-contents-vivek-pr.json
                • mapping-repos-cloudbeers-PR_demo-branches-test1-HEAD.json
                • mapping-contents-Jenkinsfile-lUV7r.json
                • mapping-vivek-empty1-vFs3G.json
              • __files
                • body-contents-Jenkinsfile-lUV7r.json
                • body-pulls-20.json
                • body-PR-demo-pulls.json
                • body-user-vivek-orgs.json
                • body-empty1-pulls-Yi4Ig.json
                • body-content-Jenkinsfile-put.json
                • body-repos-cloudbeers-PR_demo-branches.json
                • body-PR-demo-contents-master.json
                • body-repos-cloudbeers-PR_demo.json
                • body-(root).json
                • body-cloudbeers-repos.json
                • body-branches-master-BELLU.json
                • body-orgs-cloudbeers.json
                • body-empty1-branches-gnJrL.json
                • body-vivek-empty1-vFs3G.json
                • body-PR-demo-contents-quicker.json
                • body-heads-master.json
                • body-PR-demo-contents-vivek-pr.json
                • body-CloudBees-community-RunMyProcess-task-R1yvU.json
                • body-repos-cloudbeers-PR_demo-branches-test2-POST.json
                • body-CloudBees-community-repos-B3kAn.json
                • body-users-vivek.json
                • body-users-cloudbeers.json
                • body-repos-cloudbeers-PR_demo-collaborators.json
          • java
            • io
              • jenkins
                • blueocean
                  • blueocean_github_pipeline
                    • GithubOrganizationFolderTest.java
                    • GithubTestUtils.java
                    • GithubApiTest.java
                    • GithubOrgFolderPermissionsTest.java
                    • GithubServerTest.java
                    • GithubScmContentProviderTest.java
                    • GithubPipelineCreateRequestTest.java
                    • GithubIssueTest.java
                    • GithubScmTest.java
                    • GithubMockBase.java
                    • GithubEnterpriseScmContentProviderTest.java
                    • GithubEnterpriseApiTest.java
      • run_proxy.sh
      • pom.xml
      • nginx.conf
      • README.md
    • blueocean-jwt
      • src
        • main
          • resources
            • index.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • auth
                    • jwt
                      • impl
                        • JwtAuthenticationFilter.java
                        • JwtRsaDigitalSignatureKey.java
                        • SimpleJwtAuthenticationStore.java
                        • JwtAuthenticationServiceImpl.java
                        • JwtTokenVerifierImpl.java
                        • SigningKeyProviderImpl.java
                      • JwtAuthenticationService.java
                      • JwtAuthenticationStore.java
                      • JwtTokenVerifier.java
                      • JwtTokenServiceEndpoint.java
                      • JwtTokenDecorator.java
                      • SigningKey.java
                      • JwtAuthenticationStoreFactory.java
                      • JwtToken.java
                      • JwtSigningKeyProvider.java
                      • SigningPublicKey.java
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • auth
                    • jwt
                      • impl
                        • JwtAuthenticationServiceImplTest.java
      • pom.xml
      • README.md
      • LICENSE.txt
    • ANALYTICS_EVENTS.md
    • CONTRIBUTING.md
    • .eslintrc
    • .editorconfig
    • blueocean
      • src
        • main
          • resources
            • index.jelly
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • i18n
                    • BlueI18nTest.java
      • pom.xml
      • README.md
      • LICENSE.txt
      • doc
        • BlueOcean.adoc
    • blueocean-dashboard
      • src
        • main
          • resources
            • index.jelly
            • jenkins
              • plugins
                • blueocean
                  • dashboard
                    • Messages_es.properties
                    • Messages_de.properties
                    • Messages_ko.properties
                    • Messages.properties
                    • Messages_ru.properties
                    • Messages_fr.properties
                    • Messages_zh.properties
                    • Messages_en_au.properties
          • less
            • icons
            • placeholder.less
            • blockscreen.less
            • connection-lost.less
            • testing.less
            • trends.less
            • core.less
            • run-details-header.less
            • run-message-cell.less
            • lozenge.less
            • credentials
              • bitbucket.less
              • git.less
              • credentials.less
              • github.less
            • errorscreen.less
            • not-found.less
            • run-details-artifact.less
            • tables.less
            • history-button.less
            • forms
              • column-filter.less
              • index.less
            • pipeline-run-graph.less
            • extensions.less
            • tab-badge-icon.less
            • creation
              • github-enterprise.less
              • steps.less
              • git.less
              • github.less
              • index.less
            • mixins
              • overflow-ellipsis.less
              • fullscreen.less
            • variables.less
            • full-screen.less
            • ansi.less
          • js
            • PipelineRoutes.jsx
            • analytics.js
            • Dashboard.tsx
            • components
              • Pipelines.jsx
              • RunMessageCell.jsx
              • RunHistoryButton.jsx
              • placeholder
                • NoBranchesPlaceholder.jsx
                • UnsupportedPlaceholder.jsx
                • PlaceholderDialog.jsx
                • Icon.js
                • DashboardPlaceholder.jsx
                • PlaceholderContent.jsx
                • NoPullRequestsPlaceholder.jsx
                • NoRunsPlaceholder.jsx
              • karaoke
                • services
                  • Augmenter.js
                  • KaraokeService.js
                  • pagers
                    • GeneralLogPager.js
                    • PipelinePager.js
                    • LogPager.js
                    • index.js
                • components
                  • FreeStyle.jsx
                  • Step.jsx
                  • RunDescription.jsx
                  • InputStep.jsx
                  • LogConsole.jsx
                  • Steps.jsx
                  • LogToolbar.jsx
                  • QueuedState.jsx
                  • Pipeline.jsx
                • urls
                  • detailUrl.js
                  • prefixIfNeeded.js
                • rest
                  • KaraokeApi.js
                • index.js
              • PipelineRunGraph.jsx
              • stories
                • moments.js
                • pipelines.js
                • DownstreamRunsStories.js
                • ColumnFilterStories.js
                • data
                  • changesData.js
                  • step.js
                • inputStep.js
                • FullScreenStories.js
                • status.js
                • index.js
                • drop.js
                • RunDetailsHeaderStories.js
              • RunDetails.jsx
              • ScrollHelper.jsx
              • PullRequestRow.jsx
              • IfCapability.jsx
              • BranchDetailsRow.jsx
              • PipelinePage.jsx
              • PullRequests.jsx
              • ColumnFilter.jsx
              • GraphNodeConverter.js
              • ActivityDetailsRow.jsx
              • RunDetailsPipeline.jsx
              • downstream-runs
                • DownstreamRunsView.jsx
                • DownstreamRuns.jsx
              • RunIdCell.jsx
              • PipelineTrends.jsx
              • index.jsx
              • Lozenge.jsx
              • LinkifiedText.jsx
              • trends
                • StageDurationChart.jsx
              • RunDetailsChanges.jsx
              • RunDetailsHeader.jsx
              • PipelineRowItem.jsx
              • MultiBranch.jsx
              • Capability.jsx
              • RunningIndicator.jsx
              • Activity.jsx
              • RunDetailsArtifacts.jsx
              • ChangeSetToAuthors.jsx
              • records.jsx
              • DocumentTitle.jsx
              • FullScreen.jsx
              • StageRestartLink.tsx
              • CreatePipelineLink.js
              • RunDetailsTests.jsx
              • testing
                • TestSummary.jsx
                • NoTestsPlaceholder.jsx
                • TestSection.jsx
                • TestLogService.js
                • TestDetails.jsx
                • TestResults.tsx
                • TestService.js
                • TestCaseResultRow.jsx
            • util
              • compose.js
              • KaraokeHelper.js
              • logDisplayHelper.js
              • PromiseDelayUtils.js
              • dedupe-calls.js
              • UpdateGetParam.js
              • ansi.jsx
              • push-event-util.js
            • credentials
              • github
                • GithubCredentialsApi.js
                • GithubCredentialsState.js
                • GithubCredentialsPicker.jsx
                • GithubCredentialsManager.js
              • CredentialsPicker.jsx
              • TypedError.ts
              • git
                • GitCredentialsPickerSSH.jsx
                • GitPWCredentialsManager.ts
                • GitCredentialsPicker.jsx
                • GitPWCredentialsApi.ts
                • GitCredentialsPickerPassword.tsx
              • bitbucket
                • BbCredentialsManager.js
                • BbCredentialsApi.js
                • BbCredentialsPicker.jsx
                • BbCredentialsState.js
            • TopPipelinesLink.jsx
            • Capabilities.js
            • jenkins-js-extension.yaml
            • config.js
            • creation
              • ScmProvider.js
              • CreatePipelineStepsRenderer.jsx
              • ClassicCreationLink.jsx
              • CreatePipeline.js
              • CreationFlowManager.js
              • CreatePipelineScmListRenderer.jsx
              • github
                • GithubDefaultOption.js
                • GithubIcon.jsx
                • api
                  • GithubApiUtils.js
                  • GithubCreationApi.js
                  • mocks
                    • orgfolder-success.js
                    • organizations.js
                    • creation-create-onerepo-success.js
                    • creation-update-onerepo-success.js
                    • validate-success.js
                    • GithubCredentialsApiMock.js
                    • GithubCreationApiMock.js
                    • credential-missing.js
                    • validate-invalid.js
                    • organizations-revoked.js
                    • repos-1.js
                    • repos-3.js
                    • repos-2.js
                    • ApiMock.js
                    • credential-found.js
                • GithubCreationState.js
                • Button.jsx
                • GithubFlowManager.js
                • steps
                  • GithubCredentialStep.jsx
                  • GithubOrgListStep.jsx
                  • GithubUnknownErrorStep.jsx
                  • GithubLoadingStep.jsx
                • GithubScmProvider.jsx
              • credentials
                • CreateCredentialDialog.jsx
                • CredentialsApi.js
                • CredentialsManager.js
              • github-enterprise
                • GHECreationState.js
                • api
                  • mock
                    • GHEServerApiMock.js
                  • CreateServerError.js
                  • GHEServerApi.js
                  • ServerError.js
                • GHEAddServerDialog.jsx
                • ServerErrorRenderer.js
                • GithubEnterpriseFlowManager.js
                • GithubEnterpriseScmProvider.jsx
                • steps
                  • GHEChooseServerStep.jsx
                • GHEServerManager.js
              • creation-status-utils.js
              • git
                • GitConnectStep.jsx
                • GitCompletedStep.jsx
                • GitScmProvider.jsx
                • GitFlowManager.jsx
                • GitDefaultOption.js
                • GitCreationApi.js
                • GitIcon.jsx
                • GitCreationState.js
                • steps
                  • UnknownErrorStep.jsx
                  • LoadingStep.jsx
                  • GitRenameStep.jsx
              • bitbucket
                • BbDefaultOption.js
                • api
                  • BbCreationApi.js
                • cloud
                  • BbCloudCreationState.js
                  • BbCloudScmProvider.jsx
                  • BbCloudFlowManager.js
                • steps
                  • BbUnknownErrorStep.jsx
                  • BbCredentialStep.jsx
                  • BbLoadingStep.jsx
                  • BbRenameStep.jsx
                  • BbOrgListStep.jsx
                  • BbRepositoryStep.jsx
                  • BbCompleteStep.jsx
                • server
                  • BbAddServerDialog.jsx
                  • BbServerScmProvider.jsx
                  • BbServerManager.js
                  • api
                    • BbServerApi.js
                    • CreateServerError.js
                    • ServerError.js
                  • BbServerCreationState.js
                  • BbServerFlowManager.js
                  • ServerErrorRenderer.js
                  • steps
                    • BbChooseServerStep.jsx
                • BbIcon.jsx
              • index.js
              • flow2
                • Enum.js
                • VerticalStep.js
                • StepIndicator.js
                • FlowStep.js
                • pause.js
                • waitAtLeast.js
                • MultiStepFlow.js
                • FlowManager.js
                • FlowStepStatus.js
            • DashboardNavState.js
        • test
          • .eslintrc
          • json
            • pipeline-graph-converter
              • pipeline-nodes-example.json
              • ends-with-parallel.json
              • single-node.json
              • missing-nodes.json
              • every-result.json
              • three-nodes.json
          • js
            • log-spec.js
            • pipeline-graph-converter-spec.js
            • ansi-spec.js
            • pipelines-spec.js
            • KaraokeHelper-spec.js
            • status-spec.js
            • runs_log.js
            • run-details-changes-spec.js
            • LogConsole-spec.js
            • pullRequests-spec.js
            • components
              • LinkifiedText-spec.js
              • DownstreamRuns-spec.js
            • stageRestart-spec.js
            • util
              • PromiseDelayUtils-spec.js
              • EnzymeUtils.js
            • mock-extensions-i18n.js
            • testResult-spec.js
            • pipeline-spec.js
            • data
              • branches
                • latestBranches.js
              • pipelines
                • pipelinesTwoJobsSameName.js
                • pipelinesSingle.js
              • steps
                • failingRunningSteps.js
              • sse
                • job_crud_created_multibranch.js
              • runs
                • nodes
                  • runNodes-QueuedAborted.js
                  • poststagefail.js
                  • runNodes-finishedMultipleFailure.js
                  • runNodes-firstFinishedSecondRunning.js
                  • runNodes-firstRunning.js
                  • runNodes.js
                  • steps
                    • steps-descriptions.js
                  • nodesAllNull.js
                • latestRuns.js
            • run-details-id-navigation-spec.js
            • run-message-cell-spec.js
            • pipeline-not-found-spec.js
            • run-description-spec.js
            • nodes.js
            • creation
              • link-spec.js
              • github
                • api
                  • GithubApiUtils-spec.js
              • git
                • GitFlowManager-spec.js
                • GitPWCredentialsManager-spec.js
              • flow2
                • VerticalStep-spec.js
                • Enum-spec.js
            • run-id-cell-spec.js
            • activity-spec.js
      • pom.xml
      • .editorconfig
      • .storybook
        • head.html
        • webpack.config.js
        • config.js
      • .babelrc
      • README.md
      • .mvn_exec_node
      • package.json
      • tsconfig.json
      • LICENSE.txt
      • gulpfile.js
    • CHANGELOG.md
    • blueocean-commons
      • src
        • main
          • resources
            • index.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • commons
                    • guice
                      • Slf4jMembersInjector.java
                      • CommonsModule.java
                      • InjectLogger.java
                      • Slf4jTypeListener.java
                    • JSON.java
                    • JsonConverter.java
                    • BlueOceanConfigProperties.java
                    • ServiceException.java
                    • ErrorMessage.java
                    • PageStatePreloader.java
                    • stapler
                      • JsonBody.java
                      • Export.java
                      • TreeResponse.java
                      • export
                        • MethodHandleFactory.java
                        • Model.java
                        • NotExportableException.java
                        • Property.java
                        • ExportConfig.java
                        • ModelBuilder.java
                        • FieldProperty.java
                        • ClassAttributeBehaviour.java
                        • DataWriter.java
                        • TreePruner.java
                        • Flavor.java
                        • MethodProperty.java
                        • XMLDataWriter.java
                        • TypeUtil.java
                        • XmlChars.java
                        • package-info.java
                        • NamedPathPruner.java
                        • ExportInterceptor.java
                        • JSONDataWriter.java
                        • Range.java
                        • FilteringTreePruner.java
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • commons
                    • JSONTest.java
                    • stapler
                      • export
                        • ClassAttributeBehaviourTest.java
                        • JSONDataWriterTest.java
                        • RangeTest.java
                        • NamedPathPrunerTest.java
                        • ModelTest.java
                    • ExportTest.java
      • pom.xml
      • README.md
      • LICENSE.txt
    • docker
      • ref
        • .empty
      • official
        • pom.xml
        • Dockerfile
        • Jenkinsfile
        • build.sh
    • docu
      • pix
      • I18N.md
    • blueocean-material-icons
      • src
        • js
          • components
            • svg-icons
              • editor
                • format-shapes.js
                • insert-chart.js
                • format-line-spacing.js
                • pie-chart-outlined.js
                • format-size.js
                • border-top.js
                • mode-comment.js
                • publish.js
                • border-style.js
                • format-align-right.js
                • title.js
                • insert-link.js
                • format-align-justify.js
                • format-bold.js
                • format-underlined.js
                • border-outer.js
                • linear-scale.js
                • format-color-fill.js
                • strikethrough-s.js
                • monetization-on.js
                • border-all.js
                • border-vertical.js
                • insert-emoticon.js
                • format-quote.js
                • format-indent-increase.js
                • bubble-chart.js
                • vertical-align-top.js
                • vertical-align-center.js
                • border-right.js
                • insert-drive-file.js
                • highlight.js
                • merge-type.js
                • text-fields.js
                • format-list-numbered.js
                • multiline-chart.js
                • insert-invitation.js
                • space-bar.js
                • border-left.js
                • format-align-center.js
                • border-color.js
                • attach-file.js
                • format-strikethrough.js
                • format-indent-decrease.js
                • mode-edit.js
                • format-color-text.js
                • pie-chart.js
                • format-paint.js
                • functions.js
                • format-italic.js
                • money-off.js
                • attach-money.js
                • insert-photo.js
                • vertical-align-bottom.js
                • short-text.js
                • wrap-text.js
                • show-chart.js
                • insert-comment.js
                • border-inner.js
                • format-align-left.js
                • format-color-reset.js
                • border-horizontal.js
                • format-textdirection-l-to-r.js
                • drag-handle.js
                • format-textdirection-r-to-l.js
                • format-list-bulleted.js
                • border-clear.js
                • format-clear.js
                • border-bottom.js
              • toggle
                • check-box-outline-blank.js
                • check-box.js
                • star.js
                • radio-button-unchecked.js
                • star-half.js
                • radio-button-checked.js
                • indeterminate-check-box.js
                • star-border.js
              • navigation
                • arrow-upward.js
                • fullscreen.js
                • last-page.js
                • chevron-left.js
                • first-page.js
                • refresh.js
                • more-vert.js
                • chevron-right.js
                • unfold-more.js
                • more-horiz.js
                • apps.js
                • arrow-drop-down-circle.js
                • subdirectory-arrow-left.js
                • arrow-drop-down.js
                • cancel.js
                • close.js
                • arrow-drop-up.js
                • fullscreen-exit.js
                • expand-more.js
                • arrow-back.js
                • expand-less.js
                • unfold-less.js
                • arrow-forward.js
                • check.js
                • arrow-downward.js
                • menu.js
                • subdirectory-arrow-right.js
              • content
                • remove-circle.js
                • inbox.js
                • filter-list.js
                • low-priority.js
                • font-download.js
                • add-circle-outline.js
                • add-box.js
                • forward.js
                • markunread.js
                • undo.js
                • link.js
                • mail.js
                • reply.js
                • backspace.js
                • flag.js
                • gesture.js
                • reply-all.js
                • delete-sweep.js
                • sort.js
                • send.js
                • remove-circle-outline.js
                • add.js
                • weekend.js
                • unarchive.js
                • select-all.js
                • save.js
                • drafts.js
                • archive.js
                • text-format.js
                • remove.js
                • content-cut.js
                • add-circle.js
                • redo.js
                • content-paste.js
                • create.js
                • clear.js
                • move-to-inbox.js
                • next-week.js
                • report.js
                • content-copy.js
                • block.js
              • navigation-arrow-drop-right.js
              • hardware
                • tablet-mac.js
                • devices-other.js
                • cast-connected.js
                • phonelink-off.js
                • keyboard-hide.js
                • phone-android.js
                • gamepad.js
                • power-input.js
                • laptop.js
                • keyboard-tab.js
                • developer-board.js
                • computer.js
                • keyboard.js
                • mouse.js
                • cast.js
                • memory.js
                • device-hub.js
                • dock.js
                • scanner.js
                • keyboard-arrow-down.js
                • headset.js
                • smartphone.js
                • sim-card.js
                • toys.js
                • laptop-windows.js
                • headset-mic.js
                • videogame-asset.js
                • laptop-mac.js
                • desktop-windows.js
                • speaker-group.js
                • tablet.js
                • phone-iphone.js
                • keyboard-capslock.js
                • security.js
                • router.js
                • phonelink.js
                • tv.js
                • keyboard-backspace.js
                • keyboard-arrow-up.js
                • watch.js
                • keyboard-arrow-right.js
                • speaker.js
                • desktop-mac.js
                • keyboard-voice.js
                • laptop-chromebook.js
                • tablet-android.js
                • keyboard-return.js
                • keyboard-arrow-left.js
              • social
                • whatshot.js
                • domain.js
                • location-city.js
                • plus-one.js
                • sentiment-very-dissatisfied.js
                • sentiment-satisfied.js
                • share.js
                • notifications-paused.js
                • people-outline.js
                • sentiment-dissatisfied.js
                • pages.js
                • notifications-off.js
                • poll.js
                • public.js
                • person-outline.js
                • person-add.js
                • group-add.js
                • sentiment-very-satisfied.js
                • sentiment-neutral.js
                • school.js
                • notifications-none.js
                • person.js
                • notifications-active.js
                • mood.js
                • mood-bad.js
                • cake.js
                • group.js
                • notifications.js
                • people.js
                • party-mode.js
              • maps
                • local-bar.js
                • transfer-within-a-station.js
                • zoom-out-map.js
                • ev-station.js
                • local-grocery-store.js
                • local-car-wash.js
                • navigation.js
                • map.js
                • hotel.js
                • layers.js
                • local-library.js
                • local-airport.js
                • local-see.js
                • near-me.js
                • local-post-office.js
                • local-hospital.js
                • my-location.js
                • add-location.js
                • pin-drop.js
                • local-play.js
                • local-atm.js
                • directions-run.js
                • satellite.js
                • train.js
                • terrain.js
                • subway.js
                • traffic.js
                • local-shipping.js
                • rate-review.js
                • local-laundry-service.js
                • directions-car.js
                • local-dining.js
                • beenhere.js
                • layers-clear.js
                • local-parking.js
                • local-hotel.js
                • edit-location.js
                • restaurant.js
                • local-pizza.js
                • local-phone.js
                • local-printshop.js
                • local-drink.js
                • local-movies.js
                • local-cafe.js
                • local-mall.js
                • directions.js
                • restaurant-menu.js
                • tram.js
                • place.js
                • local-offer.js
                • directions-railway.js
                • directions-boat.js
                • directions-subway.js
                • directions-transit.js
                • person-pin.js
                • local-convenience-store.js
                • local-florist.js
                • flight.js
                • local-pharmacy.js
                • directions-bike.js
                • local-activity.js
                • local-taxi.js
                • directions-bus.js
                • local-gas-station.js
                • streetview.js
                • person-pin-circle.js
                • directions-walk.js
                • store-mall-directory.js
              • file
                • cloud-download.js
                • file-download.js
                • cloud-off.js
                • cloud-upload.js
                • cloud.js
                • cloud-circle.js
                • folder-shared.js
                • file-upload.js
                • attachment.js
                • folder-open.js
                • cloud-queue.js
                • folder.js
                • create-new-folder.js
                • cloud-done.js
              • alert
                • error-outline.js
                • error.js
                • add-alert.js
                • warning.js
              • communication
                • phonelink-erase.js
                • chat-bubble.js
                • swap-calls.js
                • email.js
                • chat-bubble-outline.js
                • contacts.js
                • call-end.js
                • phonelink-setup.js
                • call-made.js
                • stay-primary-portrait.js
                • speaker-phone.js
                • voicemail.js
                • mail-outline.js
                • ring-volume.js
                • contact-phone.js
                • comment.js
                • forum.js
                • stay-current-landscape.js
                • dialer-sip.js
                • rss-feed.js
                • no-sim.js
                • phone.js
                • phonelink-ring.js
                • present-to-all.js
                • screen-share.js
                • location-off.js
                • textsms.js
                • contact-mail.js
                • live-help.js
                • clear-all.js
                • phonelink-lock.js
                • dialpad.js
                • portable-wifi-off.js
                • business.js
                • message.js
                • vpn-key.js
                • call.js
                • location-on.js
                • stay-current-portrait.js
                • stay-primary-landscape.js
                • stop-screen-share.js
                • call-missed.js
                • call-split.js
                • call-merge.js
                • invert-colors-off.js
                • import-export.js
                • import-contacts.js
                • chat.js
                • call-missed-outgoing.js
                • call-received.js
              • action
                • spellcheck.js
                • alarm-on.js
                • three-d-rotation.js
                • payment.js
                • perm-camera-mic.js
                • note-add.js
                • label.js
                • camera-enhance.js
                • copyright.js
                • settings-input-hdmi.js
                • dashboard.js
                • account-box.js
                • find-replace.js
                • search.js
                • speaker-notes.js
                • swap-vertical-circle.js
                • exit-to-app.js
                • touch-app.js
                • alarm-off.js
                • open-with.js
                • donut-large.js
                • remove-shopping-cart.js
                • card-giftcard.js
                • assignment-ind.js
                • view-carousel.js
                • settings-brightness.js
                • swap-vert.js
                • view-headline.js
                • zoom-in.js
                • restore-page.js
                • highlight-off.js
                • today.js
                • print.js
                • info.js
                • pageview.js
                • settings-bluetooth.js
                • settings-input-composite.js
                • perm-identity.js
                • restore.js
                • play-for-work.js
                • work.js
                • trending-up.js
                • zoom-out.js
                • view-day.js
                • opacity.js
                • lock-open.js
                • important-devices.js
                • favorite-border.js
                • card-travel.js
                • shop-two.js
                • backup.js
                • card-membership.js
                • report-problem.js
                • account-balance-wallet.js
                • view-week.js
                • redeem.js
                • view-agenda.js
                • assignment-return.js
                • info-outline.js
                • shop.js
                • assignment.js
                • announcement.js
                • toc.js
                • dns.js
                • translate.js
                • home.js
                • stars.js
                • change-history.js
                • settings-power.js
                • list.js
                • view-column.js
                • done.js
                • turned-in-not.js
                • line-style.js
                • thumbs-up-down.js
                • bug-report.js
                • flight-land.js
                • toll.js
                • offline-pin.js
                • tab.js
                • autorenew.js
                • chrome-reader-mode.js
                • input.js
                • hourglass-full.js
                • lock-outline.js
                • watch-later.js
                • view-quilt.js
                • open-in-new.js
                • code.js
                • rowing.js
                • account-balance.js
                • assessment.js
                • settings-backup-restore.js
                • shopping-basket.js
                • verified-user.js
                • assignment-returned.js
                • perm-data-setting.js
                • settings-ethernet.js
                • view-list.js
                • system-update-alt.js
                • explore.js
                • perm-contact-calendar.js
                • settings-overscan.js
                • label-outline.js
                • assignment-late.js
                • view-stream.js
                • settings-applications.js
                • turned-in.js
                • settings.js
                • record-voice-over.js
                • perm-media.js
                • alarm.js
                • help-outline.js
                • fingerprint.js
                • lightbulb-outline.js
                • flight-takeoff.js
                • euro-symbol.js
                • bookmark.js
                • motorcycle.js
                • account-circle.js
                • date-range.js
                • delete-forever.js
                • gavel.js
                • invert-colors.js
                • check-circle-outline.js
                • settings-phone.js
                • group-work.js
                • thumb-down.js
                • get-app.js
                • loyalty.js
                • perm-phone-msg.js
                • all-out.js
                • book.js
                • store.js
                • compare-arrows.js
                • thumb-up.js
                • visibility.js
                • language.js
                • settings-input-antenna.js
                • grade.js
                • perm-scan-wifi.js
                • settings-input-component.js
                • track-changes.js
                • launch.js
                • tab-unselected.js
                • youtube-searched-for.js
                • pan-tool.js
                • add-shopping-cart.js
                • schedule.js
                • find-in-page.js
                • open-in-browser.js
                • cached.js
                • perm-device-information.js
                • trending-flat.js
                • aspect-ratio.js
                • settings-voice.js
                • trending-down.js
                • polymer.js
                • reorder.js
                • receipt.js
                • history.js
                • g-translate.js
                • shopping-cart.js
                • feedback.js
                • android.js
                • donut-small.js
                • https.js
                • extension.js
                • pets.js
                • pregnant-woman.js
                • view-array.js
                • supervisor-account.js
                • picture-in-picture-alt.js
                • lock.js
                • class.js
                • delete.js
                • favorite.js
                • eject.js
                • flip-to-back.js
                • flip-to-front.js
                • credit-card.js
                • theaters.js
                • question-answer.js
                • check-circle.js
                • room.js
                • alarm-add.js
                • markunread-mailbox.js
                • settings-remote.js
                • description.js
                • rounded-corner.js
                • http.js
                • help.js
                • visibility-off.js
                • timeline.js
                • settings-cell.js
                • update.js
                • view-module.js
                • line-weight.js
                • assignment-turned-in.js
                • picture-in-picture.js
                • swap-horiz.js
                • event.js
                • power-settings-new.js
                • gif.js
                • subject.js
                • speaker-notes-off.js
                • face.js
                • accessible.js
                • build.js
                • bookmark-border.js
                • done-all.js
                • event-seat.js
                • hourglass-empty.js
                • accessibility.js
                • settings-input-svideo.js
                • query-builder.js
              • notification
                • power.js
                • phone-in-talk.js
                • sync-disabled.js
                • do-not-disturb.js
                • adb.js
                • more.js
                • mms.js
                • drive-eta.js
                • airline-seat-recline-normal.js
                • sms.js
                • phone-forwarded.js
                • airline-seat-legroom-extra.js
                • network-check.js
                • time-to-leave.js
                • network-locked.js
                • do-not-disturb-alt.js
                • airline-seat-legroom-normal.js
                • airline-seat-recline-extra.js
                • vpn-lock.js
                • tap-and-play.js
                • phone-bluetooth-speaker.js
                • bluetooth-audio.js
                • sd-card.js
                • sync.js
                • confirmation-number.js
                • no-encryption.js
                • do-not-disturb-off.js
                • event-note.js
                • sim-card-alert.js
                • rv-hookup.js
                • airline-seat-flat-angled.js
                • phone-paused.js
                • priority-high.js
                • event-busy.js
                • sms-failed.js
                • sync-problem.js
                • wc.js
                • enhanced-encryption.js
                • personal-video.js
                • airline-seat-legroom-reduced.js
                • ondemand-video.js
                • live-tv.js
                • disc-full.js
                • event-available.js
                • airline-seat-flat.js
                • do-not-disturb-on.js
                • system-update.js
                • vibration.js
                • folder-special.js
                • airline-seat-individual-suite.js
                • voice-chat.js
                • phone-locked.js
                • phone-missed.js
                • wifi.js
              • image
                • flash-on.js
                • collections-bookmark.js
                • nature.js
                • camera-alt.js
                • portrait.js
                • wb-auto.js
                • tag-faces.js
                • photo-size-select-large.js
                • monochrome-photos.js
                • image-aspect-ratio.js
                • blur-on.js
                • rotate-90-degrees-ccw.js
                • timer-off.js
                • audiotrack.js
                • crop-5-4.js
                • filter-6.js
                • crop-7-5.js
                • lens.js
                • crop-din.js
                • leak-add.js
                • crop-portrait.js
                • filter-9-plus.js
                • brightness-4.js
                • slideshow.js
                • exposure-plus-2.js
                • iso.js
                • photo-filter.js
                • camera-rear.js
                • filter-vintage.js
                • grain.js
                • filter-b-and-w.js
                • filter-7.js
                • crop-square.js
                • picture-as-pdf.js
                • filter-drama.js
                • looks-5.js
                • camera-roll.js
                • palette.js
                • movie-filter.js
                • exposure-zero.js
                • brightness-3.js
                • crop-original.js
                • dehaze.js
                • image.js
                • filter-5.js
                • add-to-photos.js
                • gradient.js
                • filter-frames.js
                • rotate-right.js
                • control-point-duplicate.js
                • brightness-6.js
                • leak-remove.js
                • tonality.js
                • panorama.js
                • healing.js
                • hdr-weak.js
                • style.js
                • compare.js
                • blur-linear.js
                • navigate-before.js
                • camera-front.js
                • looks-3.js
                • navigate-next.js
                • assistant-photo.js
                • grid-off.js
                • crop-rotate.js
                • filter-1.js
                • crop-landscape.js
                • edit.js
                • view-compact.js
                • collections.js
                • blur-off.js
                • nature-people.js
                • hdr-off.js
                • filter-4.js
                • panorama-horizontal.js
                • burst-mode.js
                • flip.js
                • filter-2.js
                • photo.js
                • switch-camera.js
                • panorama-wide-angle.js
                • flash-off.js
                • timelapse.js
                • looks-two.js
                • exposure-neg-2.js
                • assistant.js
                • wb-iridescent.js
                • color-lens.js
                • panorama-fish-eye.js
                • colorize.js
                • exposure-plus-1.js
                • panorama-vertical.js
                • loupe.js
                • filter-center-focus.js
                • flare.js
                • blur-circular.js
                • filter-9.js
                • adjust.js
                • remove-red-eye.js
                • photo-album.js
                • filter-tilt-shift.js
                • add-a-photo.js
                • details.js
                • center-focus-strong.js
                • looks-6.js
                • crop-3-2.js
                • vignette.js
                • straighten.js
                • tune.js
                • filter-hdr.js
                • brightness-5.js
                • looks.js
                • control-point.js
                • brightness-7.js
                • filter-8.js
                • texture.js
                • wb-incandescent.js
                • wb-cloudy.js
                • looks-one.js
                • hdr-on.js
                • exposure.js
                • brightness-2.js
                • photo-library.js
                • transform.js
                • linked-camera.js
                • photo-size-select-actual.js
                • filter-3.js
                • rotate-left.js
                • music-note.js
                • timer-3.js
                • filter.js
                • timer.js
                • grid-on.js
                • landscape.js
                • photo-camera.js
                • brush.js
                • movie-creation.js
                • looks-4.js
                • brightness-1.js
                • hdr-strong.js
                • view-comfy.js
                • photo-size-select-small.js
                • crop.js
                • timer-10.js
                • flash-auto.js
                • exposure-neg-1.js
                • camera.js
                • crop-16-9.js
                • crop-free.js
                • broken-image.js
                • center-focus-weak.js
                • filter-none.js
                • wb-sunny.js
                • switch-video.js
              • places
                • smoking-rooms.js
                • spa.js
                • ac-unit.js
                • beach-access.js
                • business-center.js
                • pool.js
                • golf-course.js
                • free-breakfast.js
                • smoke-free.js
                • kitchen.js
                • all-inclusive.js
                • child-friendly.js
                • fitness-center.js
                • airport-shuttle.js
                • rv-hookup.js
                • casino.js
                • room-service.js
                • child-care.js
                • hot-tub.js
              • av
                • skip-next.js
                • video-label.js
                • repeat.js
                • playlist-add.js
                • call-to-action.js
                • mic.js
                • music-video.js
                • games.js
                • mic-none.js
                • equalizer.js
                • queue-play-next.js
                • library-books.js
                • hearing.js
                • explicit.js
                • pause-circle-outline.js
                • play-arrow.js
                • snooze.js
                • volume-down.js
                • video-library.js
                • pause-circle-filled.js
                • subscriptions.js
                • av-timer.js
                • radio.js
                • closed-caption.js
                • video-call.js
                • play-circle-outline.js
                • remove-from-queue.js
                • fiber-smart-record.js
                • art-track.js
                • airplay.js
                • forward-30.js
                • replay.js
                • fast-rewind.js
                • featured-play-list.js
                • stop.js
                • videocam.js
                • web.js
                • featured-video.js
                • web-asset.js
                • high-quality.js
                • videocam-off.js
                • forward-5.js
                • playlist-add-check.js
                • not-interested.js
                • replay-30.js
                • fiber-dvr.js
                • surround-sound.js
                • volume-mute.js
                • pause.js
                • subtitles.js
                • library-add.js
                • movie.js
                • add-to-queue.js
                • volume-up.js
                • volume-off.js
                • shuffle.js
                • queue-music.js
                • fast-forward.js
                • forward-10.js
                • mic-off.js
                • fiber-new.js
                • playlist-play.js
                • loop.js
                • slow-motion-video.js
                • branding-watermark.js
                • album.js
                • fiber-pin.js
                • repeat-one.js
                • replay-10.js
                • library-music.js
                • replay-5.js
                • recent-actors.js
                • sort-by-alpha.js
                • play-circle-filled.js
                • skip-previous.js
                • hd.js
                • note.js
                • queue.js
                • new-releases.js
                • fiber-manual-record.js
              • device
                • wifi-tethering.js
                • battery-80.js
                • gps-not-fixed.js
                • battery-charging-30.js
                • settings-system-daydream.js
                • graphic-eq.js
                • battery-charging-20.js
                • signal-cellular-4-bar.js
                • battery-unknown.js
                • signal-wifi-2-bar-lock.js
                • battery-charging-90.js
                • battery-20.js
                • dvr.js
                • signal-cellular-off.js
                • signal-cellular-connected-no-internet-3-bar.js
                • battery-charging-60.js
                • signal-cellular-0-bar.js
                • signal-cellular-connected-no-internet-2-bar.js
                • network-cell.js
                • signal-wifi-0-bar.js
                • network-wifi.js
                • signal-wifi-4-bar-lock.js
                • brightness-high.js
                • battery-charging-80.js
                • wifi-lock.js
                • access-alarms.js
                • brightness-medium.js
                • widgets.js
                • bluetooth-searching.js
                • signal-wifi-2-bar.js
                • bluetooth-connected.js
                • brightness-auto.js
                • battery-30.js
                • access-time.js
                • signal-cellular-null.js
                • screen-rotation.js
                • signal-wifi-1-bar-lock.js
                • signal-cellular-connected-no-internet-0-bar.js
                • signal-cellular-connected-no-internet-4-bar.js
                • signal-wifi-4-bar.js
                • location-searching.js
                • sd-storage.js
                • battery-std.js
                • signal-wifi-3-bar-lock.js
                • bluetooth.js
                • signal-wifi-1-bar.js
                • battery-full.js
                • battery-50.js
                • airplanemode-active.js
                • signal-cellular-no-sim.js
                • battery-90.js
                • usb.js
                • battery-charging-full.js
                • developer-mode.js
                • data-usage.js
                • storage.js
                • gps-fixed.js
                • airplanemode-inactive.js
                • access-alarm.js
                • signal-cellular-2-bar.js
                • wallpaper.js
                • screen-lock-rotation.js
                • add-alarm.js
                • battery-charging-50.js
                • screen-lock-portrait.js
                • brightness-low.js
                • signal-wifi-off.js
                • battery-alert.js
                • bluetooth-disabled.js
                • battery-60.js
                • signal-cellular-1-bar.js
                • signal-wifi-3-bar.js
                • location-disabled.js
                • screen-lock-landscape.js
                • nfc.js
                • signal-cellular-connected-no-internet-1-bar.js
                • signal-cellular-3-bar.js
                • gps-off.js
                • devices.js
            • SvgIcon
              • SvgIcon.js
              • index.js
            • index.js
      • LICENSE
      • test
        • js
          • SvgIcon.spec.js
      • .babelrc
      • package.json
    • blueocean-pipeline-scm-api
      • src
        • main
          • resources
            • index.jelly
            • io
              • jenkins
                • blueocean
                  • pipeline
                    • credential
                      • Messages_zh_CN.properties
                      • Messages.properties
                      • Messages_ru.properties
          • java
            • io
              • jenkins
                • blueocean
                  • scm
                    • api
                      • AbstractMultiBranchCreateRequest.java
                      • AbstractScmSourceEvent.java
                      • AbstractPipelineCreateRequest.java
                  • credential
                    • CredentialsUtils.java
                  • rest
                    • impl
                      • pipeline
                        • credential
                          • BlueOceanDomainRequirement.java
                          • BlueOceanDomainSpecification.java
                          • BlueOceanCredentialsProvider.java
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • rest
                    • impl
                      • pipeline
                        • credential
                          • BlueOceanCredentialsProviderTest.java
      • pom.xml
    • .mvn
      • extensions.xml
      • maven.config
    • blueocean-jira
      • src
        • main
          • java
            • io
              • jenkins
                • blueocean
                  • service
                    • embedded
                      • jira
                        • BlueJiraIssue.java
                        • JiraSCMListener.java
        • test
          • java
            • io
              • jenkins
                • blueocean
                  • service
                    • embedded
                      • jira
                        • BlueJiraIssueTest.java
                        • JiraSCMListenerTest.java
      • pom.xml
    • release
      • Jenkinsfile
    • blueocean-pipeline-editor
      • src
        • main
          • resources
            • index.jelly
            • jenkins
              • plugins
                • blueocean
                  • pipeline
                    • editor
                      • Messages_ko.properties
                      • Messages.properties
                      • Messages_zh.properties
          • java
            • io
              • blueocean
                • rest
                  • pipeline
                    • editor
                      • ExportedDescribableParameterDecorator.java
                      • ExportedBuildCondition.java
                      • ExportedToolDescriptor.java
                      • ExportedPipelineFunction.java
                      • ExportedDescribableParameter.java
                      • ExportedDescribableModel.java
                      • PipelineMetadataService.java
                      • ExportedPipelineStep.java
          • less
            • sheets.less
            • accordion.less
            • more-menu.less
            • header-buttons.less
            • extensions.less
            • editor.less
          • js
            • services
              • PipelineStore.js
              • PipelineMetadataService.js
              • IdGenerator.js
              • PipelineSyntaxConverter.js
              • PipelineValidator.js
              • fetchClassic.js
              • Security.js
            • stories
              • index.jsx
              • editorStories.jsx
            • declarations
              • browser.js.flow
            • PipelineEditorLink.jsx
            • EditorRoutes.jsx
            • api
              • TypedError.js
              • ScmContentApi.js
            • components
              • MoreMenu.jsx
              • editor
                • AlertIcon.jsx
                • EditorStepListDropZone.jsx
                • Split.jsx
                • common.jsx
                • AgentConfiguration.jsx
                • ValidationMessageList.jsx
                • CopyPastePipelineDialog.jsx
                • EditorStepList.jsx
                • EditorStepItem.jsx
                • EnvironmentConfiguration.jsx
                • EditorPipelineGraph.jsx
                • EditorMain.jsx
                • InputTextArea.jsx
                • DragPosition.js
                • EditorCSS.jsx
                • steps
                  • BuildStepEditor.jsx
                  • BatScriptStepEditor.jsx
                  • EchoStepEditor.jsx
                  • GenericStepEditor.jsx
                  • PipelineScriptStepEditor.jsx
                  • UnknownStepEditor.jsx
                  • ShellScriptStepEditor.jsx
                • AddStepSelectionSheet.jsx
                • InputText.jsx
                • focusOnElement.js
                • EditorStepDetails.jsx
              • Accordion.tsx
              • properties
                • ListPropertyInput.jsx
                • BooleanPropertyInput.jsx
                • StringPropertyInput.jsx
                • DecimalPropertyInput.jsx
                • IntegerPropertyInput.jsx
                • TimeUnitPropertyInput.jsx
              • Sheets.jsx
            • EditorPage.jsx
            • SaveApi.js
            • jenkins-js-extension.yaml
            • PipelineCreateButton.jsx
            • GitUtils.js
        • test
          • java
            • io
              • blueocean
                • rest
                  • pipeline
                    • editor
                      • PipelineMetadataServiceTest.java
          • js
            • services
              • sample-pipeline.json
              • PipelineStore-spec.js
              • PipelineModelExamples.groovy
              • PipelineSyntaxConverter-spec.js
            • StepMetadata.json
      • PULL_REQUEST_TEMPLATE
      • pom.xml
      • LICENSE
      • .eslintrc
      • .storybook
        • head.html
        • webpack.config.js
        • config.js
      • .babelrc
      • README.md
      • .mvn_exec_node
      • package.json
      • .flowconfig
      • tsconfig.json
      • Jenkinsfile
      • gulpfile.js
      • .vscode
        • settings.json
        • launch.json
      • doc
    • README.md
    • docker-demo
      • README
      • set_welcome_message.groovy
      • Dockerfile
      • enable_security.groovy
    • blueocean-executor-info
      • src
        • main
          • java
            • io
              • jenkins
                • blueocean
                  • executor
                    • ExecutorinfoPreloader.java
                    • Computers.java
          • less
            • extensions.less
          • js
            • Routes.jsx
            • ItemExecutorInfo.jsx
            • TopLink.jsx
            • ExecutorInfoPage.jsx
            • jenkins-js-extension.yaml
            • ExecutorInfoService.js
      • blueocean-executor-info-plugin
        • .babelrc
        • .mvn_exec_node
        • package.json
      • pom.xml
      • .babelrc
      • .mvn_exec_node
      • package.json
    • jenkins-design-language
      • icons
        • weather
          • Partially Sunny.svg
          • Storm.svg
          • Raining.svg
          • Cloudy.svg
          • .adjunct
          • Sunny.svg
        • nounproject
          • branch.svg
          • shoes.svg
          • goat.svg
          • .adjunct
      • src
        • main
          • resources
            • index.jelly
            • io
              • jenkins
                • blueocean
                  • .adjunct
        • js
          • stories
            • JTableStories.jsx
            • typography.jsx
            • TextInputStories.jsx
            • FilterableListStories.jsx
            • PlaceholderStories.jsx
            • Utils.js
            • FloatingElementStories.jsx
            • ExpandablePathStories.jsx
            • CheckboxStories.jsx
            • doc-buttons-default.md
            • RadioButtonGroupStories.jsx
            • PopoverStories.jsx
            • DialogStories.jsx
            • doc-emptystate-oneliner.md
            • HeaderStories.jsx
            • DropdownStories.jsx
            • ListStories.jsx
            • resultItemStories.jsx
            • progressBarStories.jsx
            • .eslintrc
            • timeduration.jsx
            • index.jsx
            • IconStories.jsx
            • IconButtonStoryHelpers.jsx
            • LabelStories.jsx
            • liveStatusIndicatorStories.jsx
            • doc-buttons-inverse.md
            • FormElementStories.jsx
            • emptystateview.jsx
            • data
              • textdata.js
              • runs.js
            • pipelineresult.jsx
            • statusIndicatorStories.jsx
            • readabledate.jsx
            • FavoriteStories.jsx
            • PipelineGraphStories.jsx
            • ButtonStories.jsx
            • lipsum.js
            • IconButtonStories.jsx
            • toast.jsx
            • ErrorMessageStories.jsx
            • alerts.jsx
            • WithContext.jsx
            • ToasterStories.jsx
            • filesize.jsx
            • TextAreaStories.js
          • declarations
            • browser.js.flow
          • components
            • TabLink.jsx
            • SVG.jsx
            • Toaster.jsx
            • dialog
              • Dialog.jsx
              • ModalContainer.jsx
              • index.js
            • Linkify.jsx
            • ReadableDate.jsx
            • FilterableList.jsx
            • FloatingElement.jsx
            • CommitId.jsx
            • page.jsx
            • header
              • TopNav.jsx
              • BasicHeader.jsx
              • HeaderDetails.jsx
              • PageTabs.jsx
              • index.js
            • ExpandablePath.jsx
            • Toast.jsx
            • ResultItem.jsx
            • jtable
              • TableRow.jsx
              • TableCell.jsx
              • JTable.jsx
              • index.js
            • Placeholder.jsx
            • List.jsx
            • EmptyStateView.jsx
            • TimeDuration.jsx
            • EmptyStateIcon.jsx
            • DownloadLink.jsx
            • favorite
              • Favorite.jsx
            • Progress.jsx
            • ErrorMessage.jsx
            • weather-icon.jsx
            • Alerts.jsx
            • forms
              • Dropdown.jsx
              • Checkbox.jsx
              • RadioButtonGroup.jsx
              • TextControl.js
              • TextArea.jsx
              • TextInput.jsx
              • FormElement.jsx
              • PasswordInput.jsx
            • TruncatingLabel.jsx
            • IconButton.jsx
            • pipeline
              • PipelineGraph.tsx
              • PipelineGraphLayout.ts
              • PipelineGraphModel.tsx
            • Position.js
            • Icon.jsx
            • FileSize.jsx
            • index.js
            • Popover.jsx
            • status
              • SvgStatus.jsx
              • StatusIndicator.jsx
              • LiveStatusIndicator.jsx
              • SvgSpinner.jsx
          • Utils.ts
          • KeyCodes.js
      • site-publish.sh
      • PULL_REQUEST_TEMPLATE
      • examples
        • blue-ocean
          • index.html
          • page.css
      • pom.xml
      • licenses
        • octicons
          • LICENSE
        • OFL.txt
      • LICENSE
      • test
        • js
          • utils
            • rAf.js
          • components
            • TextInput.spec.jsx
            • ReadableDate-spec.jsx
            • Toaster-spec.jsx
            • header
              • PageTabs-spec.jsx
            • ResultItem-spec.jsx
            • Icon-spec.js
            • ExpandablePath-spec.jsx
            • PipelineGraph-spec.js
            • FileSize-spec.jsx
            • TimeDuration-spec.jsx
            • CommitId-spec.jsx
            • Dropdown-spec.jsx
          • data
            • pipeline-graph
              • stages-with-null-children.json
      • .editorconfig
      • website
        • images
          • highlight-bg.jpg
          • body-bg.jpg
          • header-bg.jpg
          • sidebar-bg.jpg
        • javascripts
          • main.js
          • jquery-3.1.0.min.js
        • params.json
        • dev.md
        • _layout.ejs
        • index.ejs
        • _nav.md
        • docs.ejs
        • 404.ejs
        • stylesheets
          • main.less
          • _elements.less
        • component-docs
          • doc-buttons-default.md
          • doc-emptystate-oneliner.md
          • _layout.ejs
          • doc-buttons-inverse.md
        • prettify
          • lang-css.js
          • prettify.css
          • prettify.js
      • .storybook
        • head.html
        • webpack.config.js
        • config.js
      • .babelrc
      • fonts
        • LatoLatin-Medium.woff
        • latofonts.css
        • LatoLatin-Light.woff
        • OFL.txt
        • LatoLatin-Italic.woff
        • LatoLatin-Semibold.woff
        • LatoLatin-Bold.woff
        • .adjunct
        • LatoLatin-Regular.woff
      • README.md
      • less
        • jenkins-design-language.less
        • components
          • placeholder.less
          • table.less
          • form-element.less
          • expandable-path.less
          • radio-button-group.less
          • toast.less
          • global-styles.less
          • list.less
          • floating-element.less
          • error-message.less
          • popups.less
          • filterable-list.less
          • alert.less
          • favorite.less
          • text-input.less
          • progressBar.less
          • text-area.less
          • icon-button.less
          • result-status.less
          • jtable.less
          • material-icon.less
          • button.less
          • checkbox.less
          • empty-state.less
          • dropdown.less
          • header.less
        • icons.less
        • theme.less
        • layouts.less
        • components.less
        • mixins.less
        • mixins
          • opacity.less
          • nav-vertical-align.less
          • pagination.less
          • labels.less
          • overflow-ellipsis.less
          • image.less
          • vendor-prefixes.less
          • border-radius.less
          • text-emphasis.less
          • hide-text.less
          • panels.less
          • tab-focus.less
          • list-group.less
          • responsive-visibility.less
          • alerts.less
          • forms.less
          • reset-filter.less
          • gradients.less
          • nav-divider.less
          • reset-text.less
          • clearfix.less
          • progress-bar.less
          • center-block.less
          • grid.less
          • resize.less
          • grid-framework.less
          • size.less
          • background-variant.less
          • browsers.less
          • buttons.less
        • variables.less
      • .mvn_exec_node
      • package.json
      • scripts
        • find-no-flow.sh
      • bin
        • checkshrinkwrap.js
        • import-material-icons.js
      • karma.conf.js
      • .flowconfig
      • Dockerfile
      • tsconfig.json
      • Jenkinsfile
      • gulpfile.js
    • bin
      • build-in-docker.sh
      • rebuildShrinkwrap.js
      • cleanInstall.js
      • jwtcurl.sh
      • checkshrinkwrap.js
      • pre-commit.js
      • checkdeps.js
      • pretty.js
      • git-helper.sh
      • package.json
      • start.sh
      • ncuUpdate
      • setup.sh
    • CODEOWNERS
    • blueocean-core-js
      • src
        • main
          • resources
            • index.jelly
            • jenkins-js-extension.json
        • less
          • blueocean-core-js.less
          • replay-button.less
          • core.less
          • parameters-run-button.less
          • run-button.less
          • header.less
          • variables.less
        • js
          • utils
            • UrlUtils.ts
            • TimeManager.js
            • dedupe-calls.js
            • jenkins-encode.js
          • services
            • PagerService.js
            • BunkerService.js
            • Pager.js
            • ActivityService.js
            • DefaultSSEHandler.js
            • LocationService.js
            • SSEService.js
            • index.js
            • PipelineService.js
          • i18n
            • __mocks__
              • i18n.js
            • bundle-startup.js
            • i18n.js
          • NotFound.jsx
          • analytics
            • AnalyticsService.js
          • parameter
            • services
              • ParameterService.js
            • ParametersRunButton.jsx
            • components
              • Password.jsx
              • String.jsx
              • Boolean.jsx
              • Text.jsx
              • Choice.jsx
            • commonProptypes.jsx
            • renderer
              • DebugRender.jsx
              • ParametersRender.jsx
            • rest
              • ParameterApi.js
            • index.js
          • index.ts
          • scopes.js
          • Model.ts
          • components
            • LoginButton.jsx
            • ResultPageHeader.jsx
            • stories
              • ContentPageHeaderStories.js
              • index.js
            • BlueLogo.jsx
            • RunButton.jsx
            • ReplayButton.jsx
            • DisablePipelineButton.jsx
            • LiveStatusIndicator.jsx
            • ContentPageHeader.jsx
            • ShowMoreButton.jsx
            • TimeHarmonizer.jsx
          • fetch.ts
          • LoadingIndicator.js
          • bundleStartup.js
          • storage.js
          • UrlBuilder.ts
          • urlconfig.js
          • config.js
          • security.js
          • model
            • Types.js
            • DataBunker.js
          • jwt.js
          • User.js
          • rest
            • DisableJobApi.js
            • RunApi.js
          • utils.js
          • ToastUtils.js
          • sse
            • SseBus.js
          • Fullscreen.jsx
          • paths
            • rest.js
            • index.js
          • logging.js
          • ToastService.js
          • stringUtil.js
          • testutils.js
          • capability
            • Capable.js
            • CapabilityStore.js
            • CapabilityAugmenter.js
            • CapabilityApi.js
            • index.js
      • pom.xml
      • LICENSE
      • test
        • .eslintrc
        • js
          • utils
            • TimeManager-spec.js
          • services
            • DefaultSSEHandler-spec.js
            • SSEService-spec.js
            • LocationService-spec.js
          • urlconfig-spec.js
          • test-entrypoint.js
          • security-spec.js
          • parameter
            • components
              • String-spec.js
          • components
            • TimeHarmonizer-spec.js
            • RunButton-spec.js
            • ReplayButton-spec.js
          • User-spec.js
          • storage-clear-spec.js
          • data
            • user-1.json
            • pipeline-1.json
          • stringUtil-spec.js
          • index-spec.js
          • UrlUtils-spec.js
          • ToastService-spec.js
          • Utils-spec.js
          • UrlBuilder-spec.js
          • fetch-spec.js
          • paths
            • rest-spec.js
          • capability
            • branches-1.json
            • Capable-spec.js
            • favorites-1.json
            • CapabilityAugmenter-spec.js
            • CapabilityStore-spec.js
            • CapabilityApi-spec.js
            • multibranch-1.json
            • pipelines-1.json
      • .editorconfig
      • .storybook
        • head.html
        • webpack.config.js
        • config.js
      • .babelrc
      • README.md
      • .mvn_exec_node
      • package.json
      • .flowconfig
      • tsconfig.json
      • .gitignore
      • gulpfile.js
    • Dockerfile
    • blueocean-pipeline-api-impl
      • src
        • main
          • resources
            • index.jelly
          • java
            • io
              • jenkins
                • blueocean
                  • preload
                    • OrganizationStatePreloader.java
                    • PipelineBranchRunStatePreloader.java
                    • RESTFetchPreloader.java
                    • PipelineActivityStatePreloader.java
                    • BlueUrlTokenizer.java
                    • FavoriteListStatePreloader.java
                    • PipelineStatePreloader.java
                    • BlueRunChangesetPreloader.java
                    • FavoritesStatePreloader.java
                  • listeners
                    • DownstreamJobListener.java
                    • NodeDownstreamBuildAction.java
                  • htmlpublisher
                    • HTMLArtifact.java
                  • rest
                    • impl
                      • pipeline
                        • scm
                          • AbstractScmContentProvider.java
                          • ScmFile.java
                          • ScmServerEndpointContainer.java
                          • GitContent.java
                          • ScmServerEndpoint.java
                          • ScmRepositoryContainer.java
                          • ScmOrganization.java
                          • ScmRepositories.java
                          • ScmRepository.java
                          • ScmSourceImpl.java
                          • ScmContent.java
                          • Scm.java
                          • ScmContainer.java
                          • AbstractScm.java
                          • ScmContentProviderParams.java
                          • ScmFactory.java
                        • ScmContentProvider.java
                        • LinkResolverImpl.java
                        • BranchContainerImpl.java
                        • PipelineNodeImpl.java
                        • OrganizationFolderRunImpl.java
                        • PipelineJobFilters.java
                        • PipelineStepImpl.java
                        • Caches.java
                        • MultiBranchPipelineContainerImpl.java
                        • credential
                          • CredentialSearch.java
                          • CredentialContainer.java
                          • CredentialApi.java
                        • analytics
                          • MatrixAnalyticsCheck.java
                          • PipelinePluginAnalytics.java
                          • MavenAnalyticsCheck.java
                          • ScriptedPipelineAnalyticsCheck.java
                          • ScriptedSinglePipelineCheck.java
                          • FreeStyleAnalyticsCheck.java
                          • DeclarativePipelineAnalyticsCheck.java
                          • DeclarativeSinglePipelineCheck.java
                        • PipelineNodeUtil.java
                        • PrimaryBranch.java
                        • InputStepImpl.java
                        • NodeRunStatus.java
                        • PipelineImpl.java
                        • ScmResourceImpl.java
                        • NodeLogResource.java
                        • FlowNodeWrapper.java
                        • MultiBranchPipelineImpl.java
                        • BranchImpl.java
                        • PipelineStepContainerImpl.java
                        • PipelineInputStepListener.java
                        • PipelineNodeGraphVisitor.java
                        • PipelineRunImpl.java
                        • MultiBranchPipelineQueueContainer.java
                        • MatrixProjectImpl.java
                        • PipelineNodeContainerImpl.java
                        • OrganizationFolderPipelineImpl.java
                        • OrganizationFolderRunContainerImpl.java
                        • PipelineStepVisitor.java
                        • MultibranchPipelineRunContainer.java
                        • StageDurationTrend.java
                        • NodeGraphBuilder.java
            • org
              • jenkinsci
                • plugins
                  • workflow
                    • job
                      • views
                        • GraphDumpAction.java
        • test
          • resources
            • logging.properties
            • io
              • jenkins
                • blueocean
                  • htmlpublisher
                    • HTMLArtifactTest.jenkinsfile
                  • rest
                    • impl
                      • pipeline
                        • parallelStagesNonNested.jenkinsfile
                        • testDynamicInnerStage.jenkinsfile
                        • downstreamBuildLinksSeq.jenkinsfile
                        • declarativeThreeStages.jenkinsfile
                        • parallelFailFastDeclarative.jenkinsfile
                        • JENKINS-53311.jenkinsfile
                        • queuedSingleNode.jenkinsfile
                        • sequential_parallel_stages_long_run_time.jenkinsfile
                        • TEST-io.blueocean.NoErrorMessage.xml
                        • JENKINS-56383.jenkinsfile
                        • singleScm.jenkinsfile
                        • analytics
                          • JobAnalyticsTest-declarative.jenkinsfile
                          • PipelinePluginAnalyticsTest-scripted-function.jenkinsfile
                          • JobAnalyticsTest-scripted.jenkinsfile
                        • parallelStagesGroupsAndStages.jenkinsfile
                        • unstableSmokes.jenkinsfile
                        • parallelFailFast.jenkinsfile
                        • sequentialParallel.jenkinsfile
                        • downstreamBuildLinks.jenkinsfile
                        • JENKINS-53816.jenkinsfile
                        • latestRunIncludesQueued.jenkinsfile