Uses of Class
org.jenkinsci.plugins.vmanager.charts.VManagerChartsJobProperty
Packages that use VManagerChartsJobProperty
-
Uses of VManagerChartsJobProperty in org.jenkinsci.plugins.vmanager.charts.util
Methods in org.jenkinsci.plugins.vmanager.charts.util that return VManagerChartsJobPropertyModifier and TypeMethodDescriptionstatic VManagerChartsJobPropertyJsonConfigLoader.effectiveForJob(Job<?, ?> job, VManagerChartsJobProperty gui) Returns the effective property for job-level views (the job-sidebar "vManager Charts" page).static VManagerChartsJobPropertyJsonConfigLoader.effectiveForRun(Run<?, ?> run, VManagerChartsJobProperty gui) Returns the effective property to use for view/data purposes given aRun.static VManagerChartsJobPropertyParsesjsonTextand returns a populated property (no credentials).Methods in org.jenkinsci.plugins.vmanager.charts.util with parameters of type VManagerChartsJobPropertyModifier and TypeMethodDescriptionstatic VManagerChartsJobPropertyJsonConfigLoader.effectiveForJob(Job<?, ?> job, VManagerChartsJobProperty gui) Returns the effective property for job-level views (the job-sidebar "vManager Charts" page).static VManagerChartsJobPropertyJsonConfigLoader.effectiveForRun(Run<?, ?> run, VManagerChartsJobProperty gui) Returns the effective property to use for view/data purposes given aRun.static StringJsonConfigLoader.toJson(VManagerChartsJobProperty p) Serializes aVManagerChartsJobPropertyinto the canonical JSON shape thatJsonConfigLoader.load(String)can read back (round-trippable).