com.atlassian.jira.rpc.soap.beans
Class RemoteConfiguration

java.lang.Object
  extended by com.atlassian.jira.rpc.soap.beans.RemoteConfiguration

public class RemoteConfiguration
extends java.lang.Object

RemoteConfiguration represents some of the configuration options within JIRA

Author:
Brock Janiczak via JRA-8966 modified by Justin Koke

Constructor Summary
RemoteConfiguration(com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)
           
 
Method Summary
 int getTimeTrackingDaysPerWeek()
           
 int getTimeTrackingHoursPerDay()
           
 boolean isAllowAttachments()
           
 boolean isAllowExternalUserManagment()
           
 boolean isAllowIssueLinking()
           
 boolean isAllowSubTasks()
           
 boolean isAllowTimeTracking()
           
 boolean isAllowUnassignedIssues()
           
 boolean isAllowVoting()
           
 boolean isAllowWatching()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteConfiguration

public RemoteConfiguration(com.atlassian.jira.config.properties.ApplicationProperties applicationProperties)
Method Detail

getTimeTrackingHoursPerDay

public int getTimeTrackingHoursPerDay()
Returns:
the number of hours in a day as defined by JIRA time tracking configuration

getTimeTrackingDaysPerWeek

public int getTimeTrackingDaysPerWeek()
Returns:
the number of days in a week as defined by JIRA time tracking configuration

isAllowAttachments

public boolean isAllowAttachments()
Returns:
true if attachments are allowed for issues in JIRA

isAllowTimeTracking

public boolean isAllowTimeTracking()
Returns:
true if time tracking is enabled in JIRA

isAllowUnassignedIssues

public boolean isAllowUnassignedIssues()
Returns:
true if issues can be unassigned in JIRA

isAllowVoting

public boolean isAllowVoting()
Returns:
true if voting for issues is enabled in JIRA

isAllowWatching

public boolean isAllowWatching()
Returns:
true if watching of issues is enabled in JIRA

isAllowSubTasks

public boolean isAllowSubTasks()
Returns:
true if issues can have subtasks in JIRA

isAllowIssueLinking

public boolean isAllowIssueLinking()
Returns:
true if issues can be linked to other issues in JIRA

isAllowExternalUserManagment

public boolean isAllowExternalUserManagment()
Returns:
true if external user management is enabled in JIRA


Copyright © 2004-2011 Atlassian. All Rights Reserved.