@Internal public class ProjectTypeKeys extends Object
Modifier and Type | Field and Description |
---|---|
static ProjectTypeKey |
BUSINESS |
static Set<ProjectTypeKey> |
JIRA_PROJECT_TYPE_KEYS |
static ProjectTypeKey |
SERVICE_DESK |
static ProjectTypeKey |
SOFTWARE |
Constructor and Description |
---|
ProjectTypeKeys() |
Modifier and Type | Method and Description |
---|---|
static java.util.function.Predicate<Project> |
projectTypePredicate(ProjectTypeKey projectTypeKey) |
public static final ProjectTypeKey BUSINESS
public static final ProjectTypeKey SOFTWARE
public static final ProjectTypeKey SERVICE_DESK
public static final Set<ProjectTypeKey> JIRA_PROJECT_TYPE_KEYS
public static java.util.function.Predicate<Project> projectTypePredicate(ProjectTypeKey projectTypeKey)
Copyright © 2002-2019 Atlassian. All Rights Reserved.