Class PlanRepositoryIndex.Query

java.lang.Object
com.atlassian.bamboo.plan.cache.index.PlanRepositoryIndex.Query
Enclosing interface:
PlanRepositoryIndex

public static class PlanRepositoryIndex.Query extends Object
  • Field Details

    • 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 Details

    • Query

      public Query()