Module: Jenkins::Model::ActionProxy

Includes:
Plugin::Proxy
Included in:
RootActionProxy
Defined in:
lib/jenkins/model/action_proxy.rb

Instance Method Summary collapse

Methods included from Plugin::Proxy

#getTarget, #initialize

Methods included from Plugin::Behavior

extended, #implemented, #included

Methods included from Plugin::Behavior::BehavesAs

#behaves_as

Instance Method Details

#getDisplayNameObject



11
12
13
# File 'lib/jenkins/model/action_proxy.rb', line 11

def getDisplayName
  @object.display_name
end

#getIconFileNameObject



15
16
17
# File 'lib/jenkins/model/action_proxy.rb', line 15

def getIconFileName
  @object.icon
end

#getUrlNameObject



19
20
21
# File 'lib/jenkins/model/action_proxy.rb', line 19

def getUrlName
  @object.url_path
end