Class PlanRepositoryIndex.Query

    • Field Detail

      • url

        @Nullable
        public @Nullable String url
      • applicationLinkId

        @Nullable
        public @Nullable String applicationLinkId
      • repositoryNamespace

        @Nullable
        public @Nullable String repositoryNamespace
        Meaning of this field depends on repository type: - Stash: project key
      • repositorySlug

        @Nullable
        public @Nullable String repositorySlug
        Meaning of this field depends on repository type: - Stash: repository slug
      • branch

        @Nullable
        public @Nullable String branch
      • branchContains

        @Nullable
        public @Nullable String branchContains
      • repositoryId

        @Nullable
        public @Nullable Long repositoryId
      • rootRepoId

        @Nullable
        public @Nullable Long rootRepoId
    • Constructor Detail

      • Query

        public Query()