Module: CiHelper::Redmine
- Included in:
- RedmineProcedure
- Defined in:
- lib/ci_helper/redmine.rb,
lib/ci_helper/redmine/issue_updater.rb
Defined Under Namespace
Classes: IssueUpdater
Instance Method Summary collapse
Instance Method Details
#issue ⇒ Object
20 21 22 |
# File 'lib/ci_helper/redmine.rb', line 20 def issue @issue ||= CiHelper::Redmine::IssueUpdater.new end |
#issue_form=(form) ⇒ Object
12 13 14 |
# File 'lib/ci_helper/redmine.rb', line 12 def issue_form=(form) issue.form = form end |
#issue_setting(&block) ⇒ Object
8 9 10 |
# File 'lib/ci_helper/redmine.rb', line 8 def issue_setting(&block) block.call(issue) end |
#submit ⇒ Object
16 17 18 |
# File 'lib/ci_helper/redmine.rb', line 16 def submit issue.submit end |