com.atlassian.jira.web.action.admin.issuetypes
Interface IssueTypeTemplateProperties

All Known Implementing Classes:
EditIssueType, EditSubTaskIssueTypes

public interface IssueTypeTemplateProperties

Created by dszuksztul on 26/03/14.


Nested Class Summary
static interface IssueTypeTemplateProperties.IssueTypeViewData
           
 
Method Summary
 String getAction()
           
 String getActiveTab()
           
 Long getAvatarId()
           
 String getCancelAction()
           
 String getDefaultAvatarId()
           
 String getEditTitleTextId()
           
 Collection<String> getErrorMessages()
           
 IssueTypeTemplateProperties.IssueTypeViewData getIssueTypeValue()
           
 String getToken()
           
 Map<String,Object> getWrappedErrorsForView()
           
 

Method Detail

getAvatarId

Long getAvatarId()

getIssueTypeValue

IssueTypeTemplateProperties.IssueTypeViewData getIssueTypeValue()

getAction

String getAction()

getCancelAction

String getCancelAction()

getActiveTab

String getActiveTab()

getToken

String getToken()

getWrappedErrorsForView

Map<String,Object> getWrappedErrorsForView()

getErrorMessages

Collection<String> getErrorMessages()

getDefaultAvatarId

String getDefaultAvatarId()

getEditTitleTextId

String getEditTitleTextId()


Copyright © 2002-2014 Atlassian. All Rights Reserved.