| Package | Description |
|---|---|
| io.jenkins.blueocean.commons |
| Modifier and Type | Method and Description |
|---|---|
BlueUrlTokenizer.UrlPart |
BlueUrlTokenizer.getLastPart()
Get the last
BlueUrlTokenizer.UrlPart for the URL. |
static BlueUrlTokenizer.UrlPart |
BlueUrlTokenizer.UrlPart.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlueUrlTokenizer.UrlPart[] |
BlueUrlTokenizer.UrlPart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BlueUrlTokenizer.getPart(BlueUrlTokenizer.UrlPart urlPart) |
boolean |
BlueUrlTokenizer.hasPart(BlueUrlTokenizer.UrlPart urlPart) |
boolean |
BlueUrlTokenizer.lastPartIs(BlueUrlTokenizer.UrlPart urlPart) |
boolean |
BlueUrlTokenizer.lastPartIs(BlueUrlTokenizer.UrlPart urlPart,
String value) |
Copyright © 2016–2017. All rights reserved.