com.atlassian.jira.webtest.framework.model.admin
Class CustomAdminField

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.model.admin.CustomAdminField
All Implemented Interfaces:
AdminField

public class CustomAdminField
extends Object
implements AdminField

Represents custom field. Custom field is a field created by the JIRA Administrator/User with and arbitrary name.

Since:
v4.3

Constructor Summary
CustomAdminField(long id, String name)
           
 
Method Summary
 String fieldName()
          Name of the field exposed in the UI.
 String id()
          Custom field's ID follows the convention 'customfield_id', where id is a numeric database ID of the field instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAdminField

public CustomAdminField(long id,
                        String name)
Method Detail

id

public String id()
Custom field's ID follows the convention 'customfield_id', where id is a numeric database ID of the field instance.

Specified by:
id in interface AdminField
Returns:
id of this custom field

fieldName

public String fieldName()
Description copied from interface: AdminField
Name of the field exposed in the UI.

Specified by:
fieldName in interface AdminField
Returns:
name of the field


Copyright © 2002-2012 Atlassian. All Rights Reserved.