Class: JIRA::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/terjira/ext/jira_ruby.rb

Instance Method Summary collapse

Instance Method Details

#BoardObject

:nodoc:



73
74
75
# File 'lib/terjira/ext/jira_ruby.rb', line 73

def Board # :nodoc:
  JIRA::Resource::BoardFactory.new(self)
end

#EpicObject



77
78
79
# File 'lib/terjira/ext/jira_ruby.rb', line 77

def Epic
  JIRA::Resource::EpicFactory.new(self)
end

#StatusCategoryObject



81
82
83
# File 'lib/terjira/ext/jira_ruby.rb', line 81

def StatusCategory
  JIRA::Resource::StatusCategoryFactory.new(self)
end