public class ClauseContextImpl extends Object implements ClauseContext
Constructor and Description |
---|
ClauseContextImpl() |
ClauseContextImpl(Set<ProjectIssueTypeContext> contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsGlobalContext() |
static ClauseContext |
createGlobalClauseContext() |
boolean |
equals(Object o) |
Set<ProjectIssueTypeContext> |
getContexts() |
int |
hashCode() |
String |
toString() |
public ClauseContextImpl()
public ClauseContextImpl(Set<ProjectIssueTypeContext> contexts)
public static ClauseContext createGlobalClauseContext()
ClauseContextImpl
containing a single
ProjectIssueTypeContext
which represents the All Projects/All Issue Types context.public Set<ProjectIssueTypeContext> getContexts()
getContexts
in interface ClauseContext
public boolean containsGlobalContext()
containsGlobalContext
in interface ClauseContext
Copyright © 2002-2019 Atlassian. All Rights Reserved.