public static class Export.BlueOceanExportInterceptor
extends io.jenkins.blueocean.commons.stapler.export.ExportInterceptor
| Constructor and Description |
|---|
BlueOceanExportInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(io.jenkins.blueocean.commons.stapler.export.Property property,
Object model,
io.jenkins.blueocean.commons.stapler.export.ExportConfig config)
Subclasses must call
Property.getValue(Object) to retrieve the property. |
public Object getValue(io.jenkins.blueocean.commons.stapler.export.Property property, Object model, io.jenkins.blueocean.commons.stapler.export.ExportConfig config) throws IOException
io.jenkins.blueocean.commons.stapler.export.ExportInterceptorProperty.getValue(Object) to retrieve the property.
If the subclass decides the value can be included in the request return the value
otherwise, return ExportInterceptor.SKIP to skip the property.getValue in class io.jenkins.blueocean.commons.stapler.export.ExportInterceptorproperty - to get the value from model objectmodel - object with this propertyExportInterceptor.SKIP is returned, this property will be skippedIOException - if there was a problem with serialization that should prevent
the serialization from proceedingExported.skipNull()Copyright © 2016–2017. All rights reserved.