Hi All, In external-workspace-manager plugin, there is a class ```ExternalWorkspaceProperty extends NodeProperty``` . I want to get reference to it . Is there something like ``` Jenkins j = new Jenkins(); ExternalWorkspaceProperty ewProperty = j.getNodeProperties().getXXXProperty(XXX.class); ```
class definition is : https://github.com/jenkinsci/external-workspace-manager-plugin/blob/master/src/main/java/org/jenkinsci/plugins/ewm/nodes/ExternalWorkspaceProperty.java and I know there is a GlobalNodePropertiesConfiguration in Jenkins core. Thanks ~ Yufei Zhang. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/c55af133-ffba-45f7-b6fb-55ae22bb65b2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
