Uses of Interface
ru.slie.luna.issue.IssueContext
Packages that use IssueContext
Package
Description
-
Uses of IssueContext in ru.slie.luna.issue
Subinterfaces of IssueContext in ru.slie.luna.issue -
Uses of IssueContext in ru.slie.luna.issue.field
Methods in ru.slie.luna.issue.field with parameters of type IssueContextModifier and TypeMethodDescriptionIssueField.getContext(IssueContext context) IssueFieldImporter.getMappedValue(ProjectImportMapper mapper, IssueField field, IssueContext context, Object value) IssueFieldImporter.validateImportedValue(ProjectImportMapper mapper, IssueField field, IssueContext context, Object value, I18nResolver i18n) -
Uses of IssueContext in ru.slie.luna.issue.field.imports
Methods in ru.slie.luna.issue.field.imports with parameters of type IssueContextModifier and TypeMethodDescriptionCopyValueImporter.getMappedValue(ProjectImportMapper mapper, IssueField field, IssueContext context, Object value) CopyValueImporter.validateImportedValue(ProjectImportMapper mapper, IssueField field, IssueContext context, Object value, I18nResolver i18n) -
Uses of IssueContext in ru.slie.luna.issue.field.layout
Methods in ru.slie.luna.issue.field.layout with parameters of type IssueContextModifier and TypeMethodDescriptionFieldLayoutManager.getFieldLayout(IssueContext issue) FieldLayoutManager.getFieldLayoutSchema(IssueContext issue) -
Uses of IssueContext in ru.slie.luna.issue.field.options
Methods in ru.slie.luna.issue.field.options with parameters of type IssueContextModifier and TypeMethodDescriptionOptionsManager.getOptions(IssueField field, IssueContext context) -
Uses of IssueContext in ru.slie.luna.issue.field.type
Methods in ru.slie.luna.issue.field.type with parameters of type IssueContextModifier and TypeMethodDescriptionAbstractComputedFieldType.parseJson(IssueField field, IssueContext context, Object jsonValue) AbstractMultiFieldType.parseJson(IssueField field, IssueContext context, Object jsonValue) FieldType.parseJson(IssueField field, @Nullable IssueContext context, Object jsonValue) -
Uses of IssueContext in ru.slie.luna.issue.priority
Methods in ru.slie.luna.issue.priority with parameters of type IssueContext -
Uses of IssueContext in ru.slie.luna.issue.workflow
Methods in ru.slie.luna.issue.workflow with parameters of type IssueContextModifier and TypeMethodDescriptionWorkflowManager.getWorkflow(IssueContext issueContext) WorkflowSchema.getWorkflow(IssueContext issueContext)