public class KeyGenerator extends Object
Constructor and Description |
---|
KeyGenerator() |
Modifier and Type | Method and Description |
---|---|
static String |
generateKey(String name,
int desiredKeyLength,
int maxKeyLength)
JIRA-inspired project/plan key generator (see JIRA's ProjectKeyGenerator.js)
|
@NotNull public static String generateKey(@Nullable String name, int desiredKeyLength, int maxKeyLength)
name
- Name of project/plan to be used as the input to key generatordesiredKeyLength
- desired length of the key. It's not strictmaxKeyLength
- max key lengthCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.