public class Labels extends Object
Constructor and Description |
---|
Labels(boolean editable,
boolean linked,
boolean lozenges,
Set<String> labelValues) |
Labels(boolean editable,
boolean linked,
boolean lozenges,
String... labelValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<String> |
getLabelValues() |
int |
hashCode() |
boolean |
isEditable() |
boolean |
isLinked() |
boolean |
isLozenges() |
static Labels |
parseLabels(net.sourceforge.jwebunit.WebTester tester,
String issueId,
String fieldId)
Factory method for parsing the current page for the labels and returning the current state.
|
String |
toString() |
public Labels(boolean editable, boolean linked, boolean lozenges, String... labelValues)
public static Labels parseLabels(net.sourceforge.jwebunit.WebTester tester, String issueId, String fieldId)
tester
- the webtesterissueId
- The id of the issue you want to get the labels forfieldId
- The id of the field you want to get labels for. Use 'labels' for system field.public boolean isEditable()
public boolean isLinked()
public boolean isLozenges()
Copyright © 2002-2024 Atlassian. All Rights Reserved.