Class: Jenkins::Slaves::NodeProperty::NodePropertyDescriptor

Inherits:
Object
  • Object
show all
Includes:
Model::Descriptor
Defined in:
lib/jenkins/slaves/node_property.rb

Instance Method Summary collapse

Methods included from Model::Descriptor

#getConfigPage, #getDisplayName, #getGlobalConfigPage, #getId, #getKlass, #getT, #initialize, #newInstance

Instance Method Details

#isApplicable(targetType) ⇒ Object



10
11
12
# File 'lib/jenkins/slaves/node_property.rb', line 10

def isApplicable(targetType)
  true
end