public class JdkCapabilityType extends AbstractCapabilityType
| Constructor and Description |
|---|
JdkCapabilityType() |
| Modifier and Type | Method and Description |
|---|---|
Capability |
getCapability(Map<String,String[]> params) |
String |
getCapabilityTypeKey() |
String |
getCapabilityTypeLabel() |
String |
getExtraInfo(String key) |
String |
getLabel(String key) |
String |
getNewKeyFromLabel(String oldKey,
String label) |
int |
getSortOrder() |
String |
getValueDescriptionKey(String key,
String value) |
String |
getViewTypeAction() |
boolean |
isAllowRename() |
void |
updatePlanForNewLabel(Buildable plan,
String oldLabel,
String newLabel) |
Map<String,String> |
validate(Map<String,String[]> params) |
compareTo, equals, hashCode, toString, updateTasksForNewLabelpublic int getSortOrder()
@NotNull public String getCapabilityTypeKey()
@NotNull public String getCapabilityTypeLabel()
@Nullable public String getViewTypeAction()
getViewTypeAction in interface CapabilityTypegetViewTypeAction in class AbstractCapabilityType@Nullable public String getValueDescriptionKey(@NotNull String key, @Nullable String value)
public boolean isAllowRename()
@NotNull public String getNewKeyFromLabel(@NotNull String oldKey, @NotNull String label)
public void updatePlanForNewLabel(@NotNull
Buildable plan,
@NotNull
String oldLabel,
@NotNull
String newLabel)
updatePlanForNewLabel in interface CapabilityTypeupdatePlanForNewLabel in class AbstractCapabilityType@NotNull public Capability getCapability(@NotNull Map<String,String[]> params)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.