Class RunDashboard.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<View>
-
- hudson.model.ViewDescriptor
-
- io.jenkins.plugins.devopsportal.views.RunDashboard.DescriptorImpl
-
- Enclosing class:
- RunDashboard
@Extension public static final class RunDashboard.DescriptorImpl extends ViewDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckFilter(String filter)
List<String>
getConfigurationCategories(String filter)
List<ServiceConfiguration>
getConfigurationsByCategory(String category)
List<DeploymentOperation>
getDeploymentsByService(String serviceId)
String
getDisplayName()
DeploymentOperation
getLastDeploymentByService(String serviceId)
ServiceMonitoring
getMonitoringByService(String serviceId)
ServiceMonitoring.DescriptorImpl
getMonitoringDescriptor()
DeploymentOperation.DescriptorImpl
getOperationDescriptor()
ServiceConfiguration.DescriptorImpl
getServiceDescriptor()
List<ServiceConfiguration>
getServicesConfiguration(String filter)
-
Methods inherited from class hudson.model.ViewDescriptor
checkDisplayName, doAutoCompleteCopyNewItemFrom, getColumnsDescriptors, getJobFiltersDescriptors, getNewViewDetailPage, isApplicable, isApplicableIn, isInstantiable
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
getDisplayName
@NonNull public String getDisplayName()
- Overrides:
getDisplayName
in classViewDescriptor
-
getServiceDescriptor
public ServiceConfiguration.DescriptorImpl getServiceDescriptor()
-
getMonitoringDescriptor
public ServiceMonitoring.DescriptorImpl getMonitoringDescriptor()
-
getOperationDescriptor
public DeploymentOperation.DescriptorImpl getOperationDescriptor()
-
getConfigurationsByCategory
public List<ServiceConfiguration> getConfigurationsByCategory(@NonNull String category)
-
getMonitoringByService
public ServiceMonitoring getMonitoringByService(String serviceId)
-
getLastDeploymentByService
public DeploymentOperation getLastDeploymentByService(String serviceId)
-
getServicesConfiguration
public List<ServiceConfiguration> getServicesConfiguration(String filter)
-
getDeploymentsByService
public List<DeploymentOperation> getDeploymentsByService(String serviceId)
-
doCheckFilter
public FormValidation doCheckFilter(@QueryParameter String filter)
-
-