| Modifier and Type | Method and Description |
|---|---|
IssueName |
IssueName.Builder.build() |
static IssueName |
IssueName.of(String project,
String location,
String issueModel,
String issue) |
static IssueName |
IssueName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<IssueName> |
IssueName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
IssueName.toStringList(List<IssueName> values) |
Copyright © 2023 Google LLC. All rights reserved.