Class QuickSearchDocumentFactory
- java.lang.Object
-
- com.atlassian.bamboo.index.quicksearch.QuickSearchDocumentFactory
-
public class QuickSearchDocumentFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QuickSearchDocumentFactory.Type
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_BRANCH_NAME
static String
FIELD_DESCRIPTION
static String
FIELD_MASTER_ID
static String
FIELD_PLAN_NAME
static String
FIELD_PROJECT_NAME
-
Constructor Summary
Constructors Constructor Description QuickSearchDocumentFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QuickSearchDocumentImpl
forBranch(ImmutableChainBranch branch)
static QuickSearchDocumentImpl
forChain(ImmutableChain chain)
static QuickSearchDocumentImpl
forDeploymentProject(DeploymentProject deploymentProject)
static QuickSearchDocumentImpl
forProject(Project project)
static @Nullable org.acegisecurity.acls.objectidentity.ObjectIdentity
getObjectIdentityForItem(@NotNull QuickSearchItem item)
-
-
-
Field Detail
-
FIELD_PLAN_NAME
public static final String FIELD_PLAN_NAME
- See Also:
- Constant Field Values
-
FIELD_PROJECT_NAME
public static final String FIELD_PROJECT_NAME
- See Also:
- Constant Field Values
-
FIELD_DESCRIPTION
public static final String FIELD_DESCRIPTION
- See Also:
- Constant Field Values
-
FIELD_BRANCH_NAME
public static final String FIELD_BRANCH_NAME
- See Also:
- Constant Field Values
-
FIELD_MASTER_ID
public static final String FIELD_MASTER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
forProject
public static QuickSearchDocumentImpl forProject(Project project)
-
forChain
public static QuickSearchDocumentImpl forChain(ImmutableChain chain)
-
forBranch
public static QuickSearchDocumentImpl forBranch(ImmutableChainBranch branch)
-
forDeploymentProject
public static QuickSearchDocumentImpl forDeploymentProject(DeploymentProject deploymentProject)
-
getObjectIdentityForItem
@Nullable public static @Nullable org.acegisecurity.acls.objectidentity.ObjectIdentity getObjectIdentityForItem(@NotNull @NotNull QuickSearchItem item)
-
-