-
New Feature
-
Resolution: Fixed
-
Trivial
-
None
Like Job has a
public <T extends JobProperty> T getProperty(Class<T> clazz)
and
public JobProperty getProperty(String className)
there should be similar methods for a Node
public <T extends NodeProperty> T getProperty(Class<T> clazz)
and
public NodeProperty getProperty(String className)
This makes it easier when you write your own NodeProperty and want to check if it is set on a node or not.
[JENKINS-40365] Node should have a getProperty method to get aNodeProperty for specific class
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Code changed in jenkins
User: Markus Winter
Path:
core/src/main/java/hudson/model/Node.java
http://jenkins-ci.org/commit/jenkins/a1258c0009bbdbe1a7de19ce383b5eac8bf4296f
Log:
JENKINS-40365add Node#getNodeProperty methods (#2663)JENKINS-40365add getNodeProperty methodsavoid binary imcompatible change
dded javadoc