VcsRepositoryConfigurationService.RepositoryAccess
@Deprecated public static enum VcsRepositoryConfigurationService.LinkedRepositoryAccess extends Enum<VcsRepositoryConfigurationService.LinkedRepositoryAccess>
Enum Constant and Description |
---|
ALL_USERS
Deprecated.
|
CREATOR
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VcsRepositoryConfigurationService.LinkedRepositoryAccess |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VcsRepositoryConfigurationService.LinkedRepositoryAccess[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcsRepositoryConfigurationService.LinkedRepositoryAccess ALL_USERS
public static final VcsRepositoryConfigurationService.LinkedRepositoryAccess CREATOR
public static VcsRepositoryConfigurationService.LinkedRepositoryAccess[] values()
for (VcsRepositoryConfigurationService.LinkedRepositoryAccess c : VcsRepositoryConfigurationService.LinkedRepositoryAccess.values()) System.out.println(c);
public static VcsRepositoryConfigurationService.LinkedRepositoryAccess 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 nullCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.