Class: JIRA::ServerConfiguration

Inherits:
Entity
  • Object
show all
Defined in:
lib/jiraSOAP/entities/server_configuration.rb

Overview

A simple structure that is used by RemoteAPI#get_server_configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml, #to_soap

Instance Attribute Details

#attachments_allowedBoolean

Corresponds to allowAttachments in the javadoc.

Returns:

  • (Boolean)

#external_user_management_allowedBoolean

Corresponds to allowExternalUserManagment in the javadoc.

In case we are using a version of JIRA that misspells 'management'.

Returns:

  • (Boolean)

#issue_linking_allowedBoolean

Corresponds to allowIssueLinking in the javadoc.

Returns:

  • (Boolean)

#subtasks_allowedBoolean

Corresponds to allowSubTasks in the javadoc.

Returns:

  • (Boolean)

#time_tracking_allowedBoolean

Corresponds to allowTimeTracking in the javadoc.

Returns:

  • (Boolean)

#time_tracking_days_per_weekFixnum

Corresponds to timeTrackingDaysPerWeek in the javadoc.

Returns:

  • (Fixnum)

#time_tracking_hours_per_dayFixnum

Corresponds to timeTrackingHoursPerDay in the javadoc.

Returns:

  • (Fixnum)

#unassigned_issues_allowedBoolean

Corresponds to allowUnassignedIssues in the javadoc.

Returns:

  • (Boolean)

#voting_allowedBoolean

Corresponds to allowVoting in the javadoc.

Returns:

  • (Boolean)

#watching_allowedBoolean

Corresponds to allowWatching in the javadoc.

Returns:

  • (Boolean)

Instance Method Details

#attachments_allowed?Boolean

Corresponds to allowAttachments in the javadoc.

Returns:

  • (Boolean)

#external_user_management_allowed?Boolean

Corresponds to allowExternalUserManagment in the javadoc.

In case we are using a version of JIRA that misspells 'management'.

Returns:

  • (Boolean)

#issue_linking_allowed?Boolean

Corresponds to allowIssueLinking in the javadoc.

Returns:

  • (Boolean)

#subtasks_allowed?Boolean

Corresponds to allowSubTasks in the javadoc.

Returns:

  • (Boolean)

#time_tracking_allowed?Boolean

Corresponds to allowTimeTracking in the javadoc.

Returns:

  • (Boolean)

#unassigned_issues_allowed?Boolean

Corresponds to allowUnassignedIssues in the javadoc.

Returns:

  • (Boolean)

#voting_allowed?Boolean

Corresponds to allowVoting in the javadoc.

Returns:

  • (Boolean)

#watching_allowed?Boolean

Corresponds to allowWatching in the javadoc.

Returns:

  • (Boolean)