com.atlassian.jira.webtest.framework.model.admin
Interface AdminField

All Known Implementing Classes:
CustomAdminField, SystemAdminField

public interface AdminField

Represents field in the JIRA administration UI. A field may be either a system field, or a custom field. Fields are used in many places, e.g. in the Custom Field administration, to configure screens etc.

Since:
v4.3
See Also:
SystemAdminField, CustomAdminField

Method Summary
 String fieldName()
          Name of the field exposed in the UI.
 String id()
          Unique ID of the field
 

Method Detail

id

String id()
Unique ID of the field

Returns:
field ID

fieldName

String fieldName()
Name of the field exposed in the UI.

Returns:
name of the field


Copyright © 2002-2013 Atlassian. All Rights Reserved.