Class: Jira4R::V2::RemoteConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/jira4r/v2/jiraService.rb

Overview

http://beans.soap.rpc.jira.atlassian.comRemoteConfiguration

allowAttachments - SOAP::SOAPBoolean
allowExternalUserManagment - SOAP::SOAPBoolean
allowIssueLinking - SOAP::SOAPBoolean
allowSubTasks - SOAP::SOAPBoolean
allowTimeTracking - SOAP::SOAPBoolean
allowUnassignedIssues - SOAP::SOAPBoolean
allowVoting - SOAP::SOAPBoolean
allowWatching - SOAP::SOAPBoolean
timeTrackingDaysPerWeek - SOAP::SOAPInt
timeTrackingHoursPerDay - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(allowAttachments = nil, allowExternalUserManagment = nil, allowIssueLinking = nil, allowSubTasks = nil, allowTimeTracking = nil, allowUnassignedIssues = nil, allowVoting = nil, allowWatching = nil, timeTrackingDaysPerWeek = nil, timeTrackingHoursPerDay = nil) ⇒ RemoteConfiguration

Returns a new instance of RemoteConfiguration.



561
562
563
564
565
566
567
568
569
570
571
572
# File 'lib/jira4r/v2/jiraService.rb', line 561

def initialize(allowAttachments = nil, allowExternalUserManagment = nil, allowIssueLinking = nil, allowSubTasks = nil, allowTimeTracking = nil, allowUnassignedIssues = nil, allowVoting = nil, allowWatching = nil, timeTrackingDaysPerWeek = nil, timeTrackingHoursPerDay = nil)
  @allowAttachments = allowAttachments
  @allowExternalUserManagment = allowExternalUserManagment
  @allowIssueLinking = allowIssueLinking
  @allowSubTasks = allowSubTasks
  @allowTimeTracking = allowTimeTracking
  @allowUnassignedIssues = allowUnassignedIssues
  @allowVoting = allowVoting
  @allowWatching = allowWatching
  @timeTrackingDaysPerWeek = timeTrackingDaysPerWeek
  @timeTrackingHoursPerDay = timeTrackingHoursPerDay
end

Instance Attribute Details

#allowAttachmentsObject

Returns the value of attribute allowAttachments.



550
551
552
# File 'lib/jira4r/v2/jiraService.rb', line 550

def allowAttachments
  @allowAttachments
end

#allowExternalUserManagmentObject

Returns the value of attribute allowExternalUserManagment.



551
552
553
# File 'lib/jira4r/v2/jiraService.rb', line 551

def allowExternalUserManagment
  @allowExternalUserManagment
end

#allowIssueLinkingObject

Returns the value of attribute allowIssueLinking.



552
553
554
# File 'lib/jira4r/v2/jiraService.rb', line 552

def allowIssueLinking
  @allowIssueLinking
end

#allowSubTasksObject

Returns the value of attribute allowSubTasks.



553
554
555
# File 'lib/jira4r/v2/jiraService.rb', line 553

def allowSubTasks
  @allowSubTasks
end

#allowTimeTrackingObject

Returns the value of attribute allowTimeTracking.



554
555
556
# File 'lib/jira4r/v2/jiraService.rb', line 554

def allowTimeTracking
  @allowTimeTracking
end

#allowUnassignedIssuesObject

Returns the value of attribute allowUnassignedIssues.



555
556
557
# File 'lib/jira4r/v2/jiraService.rb', line 555

def allowUnassignedIssues
  @allowUnassignedIssues
end

#allowVotingObject

Returns the value of attribute allowVoting.



556
557
558
# File 'lib/jira4r/v2/jiraService.rb', line 556

def allowVoting
  @allowVoting
end

#allowWatchingObject

Returns the value of attribute allowWatching.



557
558
559
# File 'lib/jira4r/v2/jiraService.rb', line 557

def allowWatching
  @allowWatching
end

#timeTrackingDaysPerWeekObject

Returns the value of attribute timeTrackingDaysPerWeek.



558
559
560
# File 'lib/jira4r/v2/jiraService.rb', line 558

def timeTrackingDaysPerWeek
  @timeTrackingDaysPerWeek
end

#timeTrackingHoursPerDayObject

Returns the value of attribute timeTrackingHoursPerDay.



559
560
561
# File 'lib/jira4r/v2/jiraService.rb', line 559

def timeTrackingHoursPerDay
  @timeTrackingHoursPerDay
end