@Extension public final class GatingMatrices extends Object implements RootAction
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static String |
DELIM |
static Comparator<String> |
RESOURCE_ID_COMPARATOR |
| Constructor and Description |
|---|
GatingMatrices() |
| Modifier and Type | Method and Description |
|---|---|
static GatingMatrices |
get() |
List<String> |
getDetectedConflicts() |
String |
getDisplayName() |
String |
getIconFileName() |
Map<String,MatricesSnapshot> |
getMatrices() |
Map<String,MatricesSnapshot.Resource> |
getStatusOfAllResources()
Get all resources and their status.
|
String |
getUrlName() |
void |
update(MatricesSnapshot snapshot) |
@Nonnull public static final String DELIM
public static final Comparator<String> RESOURCE_ID_COMPARATOR
@Nonnull public static GatingMatrices get()
@Nonnull public String getIconFileName()
getIconFileName in interface Action@Nonnull public String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObject@Nonnull public String getUrlName()
getUrlName in interface Action@Nonnull public Map<String,MatricesSnapshot> getMatrices()
@Nonnull public Map<String,MatricesSnapshot.Resource> getStatusOfAllResources()
public void update(@Nonnull MatricesSnapshot snapshot)
Copyright © 2016–2021. All rights reserved.