Constructor and Description |
---|
FieldPredicates() |
Modifier and Type | Method and Description |
---|---|
static Predicate<Field> |
isCustomDateField()
Return a predicate that will return true if the input field is a date custom field.
|
static Predicate<Field> |
isCustomField()
Return a predicate that will return true if the input field is a custom field.
|
static Predicate<Field> |
isCustomUserField()
Return a predicate that will return true if the input field is a user custom field.
|
static Predicate<Field> |
isDateField()
Return a predicate that will return true if the input field is a date field.
|
static Predicate<Field> |
isStandardViewIssueCustomField()
Return a predicate that returns true for custom fields that should be displayed in the custom field section of
the view issue screen.
|
static Predicate<Field> |
isUserField()
Return a predicate that will return true if the input field is a user field.
|
public static Predicate<Field> isCustomField()
public static Predicate<Field> isDateField()
public static Predicate<Field> isUserField()
public static Predicate<Field> isCustomUserField()
public static Predicate<Field> isCustomDateField()
public static Predicate<Field> isStandardViewIssueCustomField()
Copyright © 2002-2019 Atlassian. All Rights Reserved.