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 classQuickSearchDocumentFactory.Type
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_BRANCH_NAMEstatic StringFIELD_DESCRIPTIONstatic StringFIELD_MASTER_IDstatic StringFIELD_PLAN_NAMEstatic StringFIELD_PROJECT_NAME
-
Constructor Summary
Constructors Constructor Description QuickSearchDocumentFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QuickSearchDocumentImplforBranch(ImmutableChainBranch branch)static QuickSearchDocumentImplforChain(ImmutableChain chain)static QuickSearchDocumentImplforDeploymentProject(DeploymentProject deploymentProject)static QuickSearchDocumentImplforProject(Project project)static @Nullable org.acegisecurity.acls.objectidentity.ObjectIdentitygetObjectIdentityForItem(@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)
-
-