Uses of Interface
com.atlassian.jira.util.NamedWithDescription

Packages that use NamedWithDescription
com.atlassian.jira.auditing.handlers   
com.atlassian.jira.event.fields.layout   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.mock.project   
com.atlassian.jira.project   
com.atlassian.jira.project.version   
com.atlassian.jira.scheme   
 

Uses of NamedWithDescription in com.atlassian.jira.auditing.handlers
 

Methods in com.atlassian.jira.auditing.handlers with parameters of type NamedWithDescription
protected static List<ChangedValue> SchemeEventHandlerImpl.computeChangedValues(NamedWithDescription currentScheme)
           
protected static List<ChangedValue> SchemeEventHandlerImpl.computeChangedValues(NamedWithDescription originalScheme, NamedWithDescription currentScheme)
           
 

Uses of NamedWithDescription in com.atlassian.jira.event.fields.layout
 

Subinterfaces of NamedWithDescription in com.atlassian.jira.event.fields.layout
 interface FieldLayoutSchemeDetails
           
 

Uses of NamedWithDescription in com.atlassian.jira.issue.fields.layout.field
 

Subinterfaces of NamedWithDescription in com.atlassian.jira.issue.fields.layout.field
 interface FieldLayoutScheme
          FieldLayoutScheme is the Java Data Object representing what is called a "Field Configuration Scheme" in the UI.
 

Classes in com.atlassian.jira.issue.fields.layout.field that implement NamedWithDescription
 class FieldLayoutSchemeImpl
          Thread safety is mostly achieved (there are still some issues with the AbstractGVBean.setGenericValue(GenericValue) method) by two mechanisms.
 

Uses of NamedWithDescription in com.atlassian.jira.mock.project
 

Classes in com.atlassian.jira.mock.project that implement NamedWithDescription
 class MockVersion
           
 

Uses of NamedWithDescription in com.atlassian.jira.project
 

Subinterfaces of NamedWithDescription in com.atlassian.jira.project
 interface Project
          Defines a project in JIRA.
 interface ProjectCategory
          Defines a project category in JIRA.
 

Classes in com.atlassian.jira.project that implement NamedWithDescription
 class MockProject
          Bean implementation of Project interface but doesn't believe in GenericValues.
 class ProjectCategoryImpl
          Immutable implementation of ProjectCategory
 class ProjectImpl
          Represents an immutable Project domain object for JIRA.
 

Uses of NamedWithDescription in com.atlassian.jira.project.version
 

Subinterfaces of NamedWithDescription in com.atlassian.jira.project.version
 interface Version
           
 

Classes in com.atlassian.jira.project.version that implement NamedWithDescription
 class VersionImpl
           
 

Uses of NamedWithDescription in com.atlassian.jira.scheme
 

Classes in com.atlassian.jira.scheme that implement NamedWithDescription
 class Scheme
          This object is used to represent a scheme in JIRA (this could be a permission, notification, etc, scheme).
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.