|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IssueTypePrototype | |
|---|---|
| com.atlassian.greenhopper.customfield | |
| com.atlassian.greenhopper.service.issue | |
| Uses of IssueTypePrototype in com.atlassian.greenhopper.customfield |
|---|
| Methods in com.atlassian.greenhopper.customfield that return types with arguments of type IssueTypePrototype | |
|---|---|
java.util.Set<IssueTypePrototype> |
CustomFieldMetadata.getIssueTypePrototypes()
the IssueType keys this customField is assigned to. |
java.util.Set<IssueTypePrototype> |
CustomFieldMetadata.Builder.getIssueTypePrototypes()
|
| Methods in com.atlassian.greenhopper.customfield with parameters of type IssueTypePrototype | |
|---|---|
CustomFieldMetadata.Builder |
CustomFieldMetadata.Builder.setIssueTypePrototypes(IssueTypePrototype... issueTypes)
|
| Method parameters in com.atlassian.greenhopper.customfield with type arguments of type IssueTypePrototype | |
|---|---|
CustomFieldMetadata.Builder |
CustomFieldMetadata.Builder.setIssueTypePrototypes(java.util.Set<IssueTypePrototype> issueTypeIds)
|
| Constructors in com.atlassian.greenhopper.customfield with parameters of type IssueTypePrototype | |
|---|---|
CustomFieldMetadata(java.lang.String fieldName,
java.lang.String fieldDescription,
java.lang.String fieldType,
java.lang.String fieldSearcher,
IssueTypePrototype... issueTypePrototypes)
Deprecated. |
|
| Constructor parameters in com.atlassian.greenhopper.customfield with type arguments of type IssueTypePrototype | |
|---|---|
CustomFieldMetadata.Builder(java.lang.String fieldName,
java.lang.String fieldDescription,
java.lang.String fieldType,
java.lang.String fieldSearcher,
java.util.Set<IssueTypePrototype> issueTypePrototypes,
java.util.List<java.lang.String> optionNames,
java.lang.String defaultOptionName,
boolean lockField,
boolean requireField)
|
|
CustomFieldMetadata(java.lang.String fieldName,
java.lang.String fieldDescription,
java.lang.String fieldType,
java.lang.String fieldSearcher,
java.util.Set<IssueTypePrototype> issueTypePrototypes)
Deprecated. |
|
| Uses of IssueTypePrototype in com.atlassian.greenhopper.service.issue |
|---|
| Methods in com.atlassian.greenhopper.service.issue that return IssueTypePrototype | |
|---|---|
static IssueTypePrototype |
IssueTypePrototype.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IssueTypePrototype[] |
IssueTypePrototype.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.greenhopper.service.issue with parameters of type IssueTypePrototype | |
|---|---|
com.atlassian.jira.issue.issuetype.IssueType |
IssueTypeService.getIssueType(IssueTypePrototype typePrototype)
|
com.atlassian.jira.issue.issuetype.IssueType |
IssueTypeServiceImpl.getIssueType(IssueTypePrototype typePrototype)
|
java.lang.String |
IssueTypeService.getIssueTypeId(IssueTypePrototype typePrototype)
|
java.lang.String |
IssueTypeServiceImpl.getIssueTypeId(IssueTypePrototype typePrototype)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||