public enum PullRequestActivityPropertyMode extends Enum<PullRequestActivityPropertyMode>
Enum Constant and Description |
---|
ACTIVITY_ONLY
Applies property enrichment to activities, but not their pull requests.
|
ALL
Applies property enrichment to activities and their pull requests.
|
NONE
Disables property enrichment on activities and their pull requests.
|
PULL_REQUEST_ONLY
Applies property enrichment to pull requests, but not their activities.
|
Modifier and Type | Method and Description |
---|---|
boolean |
includesActivities() |
boolean |
includesPullRequests() |
static PullRequestActivityPropertyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestActivityPropertyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PullRequestActivityPropertyMode ACTIVITY_ONLY
public static final PullRequestActivityPropertyMode ALL
public static final PullRequestActivityPropertyMode NONE
public static final PullRequestActivityPropertyMode PULL_REQUEST_ONLY
public static PullRequestActivityPropertyMode[] values()
for (PullRequestActivityPropertyMode c : PullRequestActivityPropertyMode.values()) System.out.println(c);
public static PullRequestActivityPropertyMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean includesActivities()
public boolean includesPullRequests()
Copyright © 2021 Atlassian. All rights reserved.
View cookie preferences