Uses of Class
nl.surfnet.coin.csa.model.JiraTask.Type

Packages that use JiraTask.Type
nl.surfnet.coin.csa.model   
 

Uses of JiraTask.Type in nl.surfnet.coin.csa.model
 

Methods in nl.surfnet.coin.csa.model that return JiraTask.Type
 JiraTask.Type JiraTask.getIssueType()
           
 JiraTask.Type Action.getType()
           
static JiraTask.Type JiraTask.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JiraTask.Type[] JiraTask.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.surfnet.coin.csa.model with parameters of type JiraTask.Type
 JiraTask.Builder JiraTask.Builder.issueType(JiraTask.Type issueType)
           
 void Action.setType(JiraTask.Type type)
           
 

Constructors in nl.surfnet.coin.csa.model with parameters of type JiraTask.Type
Action(String userId, String userEmail, String userName, JiraTask.Type type, String body, String idpId, String spId, String institutionId)
           
Action(String jiraKey, String userId, String userName, String userEmail, JiraTask.Type type, JiraTask.Status status, String body, String idpId, String spId, String institutionId, Date requestDate)
           
 



Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.