Skip navigation links
A B C D E F G H I J L M O P Q R S T U V W 

A

AbstractArgumentDescriptor<T extends ArgumentDescriptor<?>> - Class in com.botronsoft.cmj.spitools.impl.dsl
 
AbstractArgumentDescriptor(String, ArgumentContainerDescriptor) - Constructor for class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
AbstractArgumentTransformer<T> - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
AbstractArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
 
AbstractDashboardGadgetHandler - Class in com.botronsoft.cmj.spitools.gadget
Base class for DashboardGadgetHandler implementations that want to use the DSL for describing the syntax of gadget user preferences.
AbstractDashboardGadgetHandler() - Constructor for class com.botronsoft.cmj.spitools.gadget.AbstractDashboardGadgetHandler
Non-argument constructor for implementations.
AbstractUserPreferenceDescriptor<T extends UserPreferenceDescriptor<?>> - Class in com.botronsoft.cmj.spitools.impl.dsl
 
AbstractUserPreferenceDescriptor(String, UserPreferenceContainerDescriptor) - Constructor for class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
AbstractWorkflowParticipantHandler - Class in com.botronsoft.cmj.spitools.workflow
Base class for WorkflowParticipantHandler implementations that want to use the DSL for describing the syntax of transition participant arguments.
AbstractWorkflowParticipantHandler() - Constructor for class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
Non-argument constructor for implementations.
AgileBoardArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
AgileBoardArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.AgileBoardArgumentTransformer
 
and() - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentDescriptor
Describes addition of a new argument descriptor for the parent ArgumentContainerDescriptor.
and() - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceDescriptor
Describes addition of a new user preference descriptor for the parent UserPreferenceContainerDescriptor.
and() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
and() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
ArgumentContainerDescriptor - Interface in com.botronsoft.cmj.spitools.dsl
The root of the argument descriptor DSL.
ArgumentContainerDescriptorImpl - Class in com.botronsoft.cmj.spitools.impl.dsl
 
ArgumentContainerDescriptorImpl() - Constructor for class com.botronsoft.cmj.spitools.impl.dsl.ArgumentContainerDescriptorImpl
 
ArgumentDescriptor<T extends ArgumentDescriptor<?>> - Interface in com.botronsoft.cmj.spitools.dsl
Base interface for all argument descriptors.
ArgumentProcessor - Interface in com.botronsoft.cmj.spitools.impl.transformation
The argument processor will process a single argument for export or import.
ArgumentProcessorFactory - Class in com.botronsoft.cmj.spitools.impl.transformation
Singleton factory for creating ArgumentProcessor instances.
ArgumentProcessorFactory(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.ArgumentProcessorFactory
 
ArgumentTransformer - Interface in com.botronsoft.cmj.spitools.impl.transformation.transformers
Base interface for all transformers that take care of transforming an argument value to an object in Jira and vice-versa.
ArgumentType - Enum in com.botronsoft.cmj.spitools.dsl
Represents the different types of configuration elements that can be referenced in arguments.

B

byId() - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentDescriptor
Describes if the configuration element is referenced by id in this argument.
byId() - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceDescriptor
Describes if the configuration element is referenced by id in this user preference.
byId() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
byId() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
byKey() - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentDescriptor
Describes if the configuration element is referenced by key in this argument.
byKey() - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceDescriptor
Describes if the configuration element is referenced by key in this user preference.
byKey() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
byKey() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
byName() - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentDescriptor
Describes if the configuration element is referenced by name in this argument.
byName() - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceDescriptor
Describes if the configuration element is referenced by name in this user preference.
byName() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
byName() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 

C

collectReference(String, T, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Collects the referenced Jira object.
collectReference(String, Long, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AgileBoardArgumentTransformer
 
collectReference(String, EventType, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.EventTypeArgumentTransformer
 
collectReference(String, Field, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldArgumentTransformer
 
collectReference(String, FieldConfigScheme, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldContextArgumentTransformer
 
collectReference(String, Option, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldOptionArgumentTransformer
 
collectReference(String, SearchRequest, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FilterArgumentTransformer
 
collectReference(String, Group, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.GroupArgumentTransformer
 
collectReference(String, IssueLinkType, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueLinkTypeArgumentTransformer
 
collectReference(String, IssueType, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueTypeArgumentTransformer
 
collectReference(String, Priority, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.PriorityArgumentTransformer
 
collectReference(String, Project, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
collectReference(String, ProjectComponent, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectComponentArgumentTransformer
 
collectReference(String, ProjectRole, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectRoleArgumentTransformer
 
collectReference(String, Version, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectVersionArgumentTransformer
 
collectReference(String, Long, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.RequestTypeArgumentTransformer
 
collectReference(String, Resolution, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ResolutionArgumentTransformer
 
collectReference(String, IssueSecurityLevel, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SecurityLevelArgumentTransformer
 
collectReference(String, Long, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SprintArgumentTransformer
 
collectReference(String, Status, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.StatusArgumentTransformer
 
collectReference(String, ApplicationUser, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
collectReference(String, JiraWorkflow, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.WorkflowArgumentTransformer
 
com.botronsoft.cmj.spitools.dsl - package com.botronsoft.cmj.spitools.dsl
 
com.botronsoft.cmj.spitools.gadget - package com.botronsoft.cmj.spitools.gadget
 
com.botronsoft.cmj.spitools.impl - package com.botronsoft.cmj.spitools.impl
 
com.botronsoft.cmj.spitools.impl.dsl - package com.botronsoft.cmj.spitools.impl.dsl
 
com.botronsoft.cmj.spitools.impl.transformation - package com.botronsoft.cmj.spitools.impl.transformation
 
com.botronsoft.cmj.spitools.impl.transformation.configuration - package com.botronsoft.cmj.spitools.impl.transformation.configuration
 
com.botronsoft.cmj.spitools.impl.transformation.parsers - package com.botronsoft.cmj.spitools.impl.transformation.parsers
 
com.botronsoft.cmj.spitools.impl.transformation.producers - package com.botronsoft.cmj.spitools.impl.transformation.producers
 
com.botronsoft.cmj.spitools.impl.transformation.transformers - package com.botronsoft.cmj.spitools.impl.transformation.transformers
 
com.botronsoft.cmj.spitools.workflow - package com.botronsoft.cmj.spitools.workflow
 
condition(String) - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
Describes the syntax of the different arguments of a condition.
Configuration - Class in com.botronsoft.cmj.spitools.impl.transformation.configuration
The configuration which is extracted from an argument descriptor.
ConfigurationFactory - Class in com.botronsoft.cmj.spitools.impl.transformation.configuration
Factory for creating Configuration instances.
ConfigurationPropertyType - Enum in com.botronsoft.cmj.spitools.impl.transformation.configuration
Represents the different types of configuration elements that can be referenced in arguments.
createConfigurationForMultiValueArgumentDescriptor(MultiValueArgumentDescriptor) - Static method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.ConfigurationFactory
Creates a configuration from a MultiValueArgumentDescriptor instance.
createConfigurationForMultiValueUserPreferenceDescriptor(MultiValueUserPreferenceDescriptor) - Static method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.ConfigurationFactory
Creates a configuration from a MultiValueUserPreferenceDescriptor instance.
createConfigurationForSingleValueArgumentDescriptor(SingleValueArgumentDescriptor) - Static method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.ConfigurationFactory
Creates a configuration from a SingleValueArgumentDescriptor instance.
createConfigurationForSingleValueUserPreferenceDescriptor(SingleValueUserPreferenceDescriptor) - Static method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.ConfigurationFactory
Creates a configuration from a SingleValueUserPreferenceDescriptor instance.
createProcessor(ArgumentDescriptor) - Method in class com.botronsoft.cmj.spitools.impl.transformation.ArgumentProcessorFactory
 
createProcessor(UserPreferenceDescriptor) - Method in class com.botronsoft.cmj.spitools.impl.transformation.ArgumentProcessorFactory
 

D

describeArguments() - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
Implement this method to describe the syntax of transition participant arguments.
describeUserPreferences() - Method in class com.botronsoft.cmj.spitools.gadget.AbstractDashboardGadgetHandler
Implement this method to describe the syntax of gadget user preferences.

E

EventTypeArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
EventTypeArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.EventTypeArgumentTransformer
 

F

FieldArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
FieldArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldArgumentTransformer
 
FieldContextArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
FieldContextArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldContextArgumentTransformer
 
FieldOptionArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
FieldOptionArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldOptionArgumentTransformer
 
FilterArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
FilterArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.FilterArgumentTransformer
 
findFirstMatch(Collection<T>, String, String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Returns the first match of all matched references
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Implementations should provide means for resolving a Jira object when the value is treated as an ID.
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AgileBoardArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.EventTypeArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldContextArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldOptionArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FilterArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.GroupArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueLinkTypeArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueTypeArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.PriorityArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectComponentArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectRoleArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectVersionArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.RequestTypeArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ResolutionArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SecurityLevelArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SprintArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.StatusArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
findReferenceById(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.WorkflowArgumentTransformer
 
findReferenceByKey(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Implementations should provide means for resolving a Jira object when the value is treated as a key.
findReferenceByKey(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
findReferenceByKey(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Implementations should provide means for resolving a Jira object when the value is treated as a name.
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AgileBoardArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.EventTypeArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldContextArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldOptionArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FilterArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.GroupArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueLinkTypeArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueTypeArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.PriorityArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectComponentArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectRoleArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectVersionArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.RequestTypeArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ResolutionArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SecurityLevelArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SprintArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.StatusArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
findReferenceByName(String) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.WorkflowArgumentTransformer
 

G

gadget(String) - Method in class com.botronsoft.cmj.spitools.gadget.AbstractDashboardGadgetHandler
Describes the syntax of the different user preferences for a gadget.
getArgumentDescriptor(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.ArgumentContainerDescriptorImpl
 
getArgumentDescriptors() - Method in class com.botronsoft.cmj.spitools.impl.dsl.ArgumentContainerDescriptorImpl
 
getArgumentName() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
getArgumentType() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
getConfigurationPropertyName() - Method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.Configuration
 
getConfigurationPropertyType() - Method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.Configuration
 
getCustomFieldManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getCustomFieldManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getEventTypeManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getEventTypeManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getFieldConfigSchemeManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getFieldConfigSchemeManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getGroupManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getGroupManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getIssueLinkTypeManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getIssueLinkTypeManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getIssueSecurityLevelManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getIssueSecurityLevelManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getIssueTypeManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getIssueTypeManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getJqlQueryParser() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getJqlQueryParser() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getJqlStringSupport() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getJqlStringSupport() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getLiteralValues() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
getLiteralValues() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
getLiteralValues() - Method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.Configuration
 
getOptionsManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getOptionsManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getPriorityManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getPriorityManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getProjectComponentManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getProjectComponentManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getProjectManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getProjectManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getProjectRoleManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getProjectRoleManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getProjectVersionManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getProjectVersionManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getReferenceId(T) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Returns the ID of the referenced object.
getReferenceId(Long) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AgileBoardArgumentTransformer
 
getReferenceId(EventType) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.EventTypeArgumentTransformer
 
getReferenceId(Field) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldArgumentTransformer
 
getReferenceId(FieldConfigScheme) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldContextArgumentTransformer
 
getReferenceId(Option) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldOptionArgumentTransformer
 
getReferenceId(SearchRequest) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FilterArgumentTransformer
 
getReferenceId(Group) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.GroupArgumentTransformer
 
getReferenceId(IssueLinkType) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueLinkTypeArgumentTransformer
 
getReferenceId(IssueType) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueTypeArgumentTransformer
 
getReferenceId(Priority) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.PriorityArgumentTransformer
 
getReferenceId(Project) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
getReferenceId(ProjectComponent) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectComponentArgumentTransformer
 
getReferenceId(ProjectRole) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectRoleArgumentTransformer
 
getReferenceId(Version) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectVersionArgumentTransformer
 
getReferenceId(Long) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.RequestTypeArgumentTransformer
 
getReferenceId(Resolution) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ResolutionArgumentTransformer
 
getReferenceId(IssueSecurityLevel) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SecurityLevelArgumentTransformer
 
getReferenceId(Long) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SprintArgumentTransformer
 
getReferenceId(Status) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.StatusArgumentTransformer
 
getReferenceId(ApplicationUser) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
getReferenceId(JiraWorkflow) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.WorkflowArgumentTransformer
 
getReferenceKey(T) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Returns the key of the referenced object.
getReferenceKey(Project) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
getReferenceKey(ApplicationUser) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
getReferenceName(T) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Returns the name of the referenced object.
getReferenceName(Long) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AgileBoardArgumentTransformer
 
getReferenceName(EventType) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.EventTypeArgumentTransformer
 
getReferenceName(Field) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldArgumentTransformer
 
getReferenceName(FieldConfigScheme) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldContextArgumentTransformer
 
getReferenceName(Option) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldOptionArgumentTransformer
 
getReferenceName(SearchRequest) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FilterArgumentTransformer
 
getReferenceName(Group) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.GroupArgumentTransformer
 
getReferenceName(IssueLinkType) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueLinkTypeArgumentTransformer
 
getReferenceName(IssueType) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueTypeArgumentTransformer
 
getReferenceName(Priority) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.PriorityArgumentTransformer
 
getReferenceName(Project) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
getReferenceName(ProjectComponent) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectComponentArgumentTransformer
 
getReferenceName(ProjectRole) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectRoleArgumentTransformer
 
getReferenceName(Version) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectVersionArgumentTransformer
 
getReferenceName(Long) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.RequestTypeArgumentTransformer
 
getReferenceName(Resolution) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ResolutionArgumentTransformer
 
getReferenceName(IssueSecurityLevel) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SecurityLevelArgumentTransformer
 
getReferenceName(Long) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SprintArgumentTransformer
 
getReferenceName(Status) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.StatusArgumentTransformer
 
getReferenceName(ApplicationUser) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
getReferenceName(JiraWorkflow) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.WorkflowArgumentTransformer
 
getReferenceType() - Method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.Configuration
 
getReferenceValuePrefix() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
getReferenceValuePrefix() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
getReferenceValuePrefix() - Method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.Configuration
 
getReferenceValueType() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
getReferenceValueType() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
getResolutionManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getResolutionManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getSearchRequestManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getSearchRequestManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getSeparator() - Method in class com.botronsoft.cmj.spitools.impl.dsl.MultiValueArgumentDescriptorImpl
 
getSeparator() - Method in class com.botronsoft.cmj.spitools.impl.dsl.MultiValueUserPreferenceDescriptorImpl
 
getSeparator() - Method in class com.botronsoft.cmj.spitools.impl.transformation.configuration.Configuration
 
getStatusManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getStatusManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getUserManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getUserManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
getUserPreferenceDescriptor(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.UserPreferenceContainerDescriptorImpl
 
getUserPreferenceDescriptors() - Method in class com.botronsoft.cmj.spitools.impl.dsl.UserPreferenceContainerDescriptorImpl
 
getUserPreferenceName() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
getUserPreferenceType() - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
getWorkflowManager() - Method in interface com.botronsoft.cmj.spitools.impl.JiraManagersService
 
getWorkflowManager() - Method in class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 
GroupArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
GroupArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.GroupArgumentTransformer
 

H

handleError(String, String, Throwable) - Method in class com.botronsoft.cmj.spitools.gadget.AbstractDashboardGadgetHandler
This method will be invoked when an exception is caught during processing of a user preference.
handleError(String, String, Throwable) - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
This method will be invoked when an exception is caught during processing of an argument.
hasMultiValueArgument(String) - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentContainerDescriptor
Returns a MultiValueArgumentDescriptor instance which can be used to describe an argument which holds multiple values, separated with a separator like comma, colon, etc.
hasMultiValueArgument(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.ArgumentContainerDescriptorImpl
 
hasMultiValueUserPreference(String) - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceContainerDescriptor
Returns a MultiValueUserPreferenceDescriptor instance which can be used to describe an user preference which holds multiple values, separated with a separator like comma, colon, etc.
hasMultiValueUserPreference(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.UserPreferenceContainerDescriptorImpl
 
hasSingleValueArgument(String) - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentContainerDescriptor
Returns a SingleValueArgumentDescriptor instance which can be used to describe an argument which holds only a single value.
hasSingleValueArgument(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.ArgumentContainerDescriptorImpl
 
hasSingleValueUserPreference(String) - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceContainerDescriptor
Returns a SingleValueUserPreferenceDescriptor instance which can be used to describe an user preference which holds only a single value.
hasSingleValueUserPreference(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.UserPreferenceContainerDescriptorImpl
 

I

IssueLinkTypeArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
IssueLinkTypeArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueLinkTypeArgumentTransformer
 
IssueTypeArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
IssueTypeArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueTypeArgumentTransformer
 

J

JiraManagersService - Interface in com.botronsoft.cmj.spitools.impl
Bridge to Jira services.
jiraManagersService - Variable in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
 
JiraManagersServiceImpl - Class in com.botronsoft.cmj.spitools.impl
Singleton implementation of JiraManagersService.
JiraManagersServiceImpl() - Constructor for class com.botronsoft.cmj.spitools.impl.JiraManagersServiceImpl
 

L

lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
Resolves a reference by its key using the SPI reference lookup implementation.
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AgileBoardArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.EventTypeArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldContextArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FieldOptionArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.FilterArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.GroupArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueLinkTypeArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.IssueTypeArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.PriorityArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectComponentArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectRoleArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectVersionArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.RequestTypeArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.ResolutionArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SecurityLevelArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.SprintArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.StatusArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
lookupReference(String, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.WorkflowArgumentTransformer
 

M

MultiValueArgumentDescriptor - Interface in com.botronsoft.cmj.spitools.dsl
An ArgumentDescriptor extension for multi-value arguments.
MultiValueArgumentDescriptorImpl - Class in com.botronsoft.cmj.spitools.impl.dsl
Class for describing list of single values argument.
MultiValueArgumentDescriptorImpl(String, ArgumentContainerDescriptor) - Constructor for class com.botronsoft.cmj.spitools.impl.dsl.MultiValueArgumentDescriptorImpl
 
MultiValueArgumentParser - Class in com.botronsoft.cmj.spitools.impl.transformation.parsers
Takes care of parsing a multi-value property.
MultiValueArgumentParser() - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.parsers.MultiValueArgumentParser
 
MultiValueArgumentProducer - Class in com.botronsoft.cmj.spitools.impl.transformation.producers
 
MultiValueArgumentProducer() - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.producers.MultiValueArgumentProducer
 
MultiValueUserPreferenceDescriptor - Interface in com.botronsoft.cmj.spitools.dsl
A UserPreferenceDescriptor extension for multi-value user preferences.
MultiValueUserPreferenceDescriptorImpl - Class in com.botronsoft.cmj.spitools.impl.dsl
Class for describing list of single values user preference.
MultiValueUserPreferenceDescriptorImpl(String, UserPreferenceContainerDescriptor) - Constructor for class com.botronsoft.cmj.spitools.impl.dsl.MultiValueUserPreferenceDescriptorImpl
 

O

ofType(ArgumentType) - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentDescriptor
Describes the type of a referenced configuration element in this argument.
ofType(UserPreferenceType) - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceDescriptor
Describes the type of a referenced configuration element in this user preference.
ofType(ArgumentType) - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
ofType(UserPreferenceType) - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 

P

parse(String, Configuration) - Method in class com.botronsoft.cmj.spitools.impl.transformation.parsers.MultiValueArgumentParser
 
parse(String, Configuration) - Method in class com.botronsoft.cmj.spitools.impl.transformation.parsers.SingleValueArgumentParser
 
postFunction(String) - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
Describes the syntax of the different arguments of a post-function.
PriorityArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
PriorityArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.PriorityArgumentTransformer
 
processArgumentForExport(String, ExportContext) - Method in interface com.botronsoft.cmj.spitools.impl.transformation.ArgumentProcessor
Process an argument for export.
processArgumentForImport(String, ImportContext) - Method in interface com.botronsoft.cmj.spitools.impl.transformation.ArgumentProcessor
Process an argument for import.
produce(List<String>, Configuration) - Method in class com.botronsoft.cmj.spitools.impl.transformation.producers.MultiValueArgumentProducer
 
produce(String, Configuration) - Method in class com.botronsoft.cmj.spitools.impl.transformation.producers.SingleValueArgumentProducer
 
ProjectArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
ProjectArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectArgumentTransformer
 
ProjectComponentArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
ProjectComponentArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectComponentArgumentTransformer
 
ProjectRoleArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
ProjectRoleArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectRoleArgumentTransformer
 
ProjectVersionArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
ProjectVersionArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.ProjectVersionArgumentTransformer
 

Q

QueryArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
QueryArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.QueryArgumentTransformer
 

R

ReferenceType - Enum in com.botronsoft.cmj.spitools.impl.transformation.configuration
Describes which attribute of the reference is stored as value in an argument - id, name or key.
ReferenceValueType - Enum in com.botronsoft.cmj.spitools.impl.dsl
 
removePrefix(String, Configuration) - Method in class com.botronsoft.cmj.spitools.impl.transformation.parsers.SingleValueArgumentParser
 
RequestTypeArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
RequestTypeArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.RequestTypeArgumentTransformer
 
ResolutionArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
ResolutionArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.ResolutionArgumentTransformer
 

S

SecurityLevelArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
SecurityLevelArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.SecurityLevelArgumentTransformer
 
SingleValueArgumentDescriptor - Interface in com.botronsoft.cmj.spitools.dsl
An ArgumentDescriptor extension for single-value arguments.
SingleValueArgumentDescriptorImpl - Class in com.botronsoft.cmj.spitools.impl.dsl
Class for describing single value argument.
SingleValueArgumentDescriptorImpl(String, ArgumentContainerDescriptor) - Constructor for class com.botronsoft.cmj.spitools.impl.dsl.SingleValueArgumentDescriptorImpl
 
SingleValueArgumentParser - Class in com.botronsoft.cmj.spitools.impl.transformation.parsers
Takes care of parsing a single-value property.
SingleValueArgumentParser() - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.parsers.SingleValueArgumentParser
 
SingleValueArgumentProducer - Class in com.botronsoft.cmj.spitools.impl.transformation.producers
 
SingleValueArgumentProducer() - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.producers.SingleValueArgumentProducer
 
SingleValueUserPreferenceDescriptor - Interface in com.botronsoft.cmj.spitools.dsl
A UserPreferenceDescriptor extension for single-value user preferences.
SingleValueUserPreferenceDescriptorImpl - Class in com.botronsoft.cmj.spitools.impl.dsl
Class for describing single value user preference.
SingleValueUserPreferenceDescriptorImpl(String, UserPreferenceContainerDescriptor) - Constructor for class com.botronsoft.cmj.spitools.impl.dsl.SingleValueUserPreferenceDescriptorImpl
 
SprintArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
SprintArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.SprintArgumentTransformer
 
StatusArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
StatusArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.StatusArgumentTransformer
 

T

transformArgumentForExport(String, Configuration, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
 
transformArgumentForExport(String, Configuration, ConfigurationReferenceCollector) - Method in interface com.botronsoft.cmj.spitools.impl.transformation.transformers.ArgumentTransformer
Transforms argument value for export.
transformArgumentForExport(String, Configuration, ConfigurationReferenceCollector) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.QueryArgumentTransformer
 
transformArgumentForImport(String, Configuration, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.AbstractArgumentTransformer
 
transformArgumentForImport(String, Configuration, ConfigurationReferenceLookup) - Method in interface com.botronsoft.cmj.spitools.impl.transformation.transformers.ArgumentTransformer
Transforms argument value for import.
transformArgumentForImport(String, Configuration, ConfigurationReferenceLookup) - Method in class com.botronsoft.cmj.spitools.impl.transformation.transformers.QueryArgumentTransformer
 
transformArgumentsForExport(String, Map<String, String>, ExportContext) - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
 
transformArgumentsForImport(String, Map<String, String>, ImportContext) - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
 
transformUnhandledArgumentForExport(String, String, String, ExportContext) - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
This method will be invoked for each argument that has not been described in describeArguments().
transformUnhandledArgumentForImport(String, String, String, ImportContext) - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
This method will be invoked for each argument that has not been described in describeArguments().
transformUnhandledUserPreferencesForExport(String, String, String, Map<String, String>, ExportContext) - Method in class com.botronsoft.cmj.spitools.gadget.AbstractDashboardGadgetHandler
This method will be invoked for each user preference that has not been described in AbstractDashboardGadgetHandler.describeUserPreferences().
transformUnhandledUserPreferencesForImport(String, String, String, Map<String, String>, ImportContext) - Method in class com.botronsoft.cmj.spitools.gadget.AbstractDashboardGadgetHandler
This method will be invoked for each user preference that has not been described in AbstractDashboardGadgetHandler.describeUserPreferences().
transformUserPreferencesForExport(String, Map<String, String>, ExportContext) - Method in class com.botronsoft.cmj.spitools.gadget.AbstractDashboardGadgetHandler
 
transformUserPreferencesForImport(String, Map<String, String>, ImportContext) - Method in class com.botronsoft.cmj.spitools.gadget.AbstractDashboardGadgetHandler
 

U

UserArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
UserArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.UserArgumentTransformer
 
UserPreferenceContainerDescriptor - Interface in com.botronsoft.cmj.spitools.dsl
The root of the user preference descriptor DSL.
UserPreferenceContainerDescriptorImpl - Class in com.botronsoft.cmj.spitools.impl.dsl
 
UserPreferenceContainerDescriptorImpl() - Constructor for class com.botronsoft.cmj.spitools.impl.dsl.UserPreferenceContainerDescriptorImpl
 
UserPreferenceDescriptor<T extends UserPreferenceDescriptor<?>> - Interface in com.botronsoft.cmj.spitools.dsl
Base interface for all user preference descriptors.
UserPreferenceType - Enum in com.botronsoft.cmj.spitools.dsl
Represents the different types of configuration elements that can be referenced in user preferences.

V

validator(String) - Method in class com.botronsoft.cmj.spitools.workflow.AbstractWorkflowParticipantHandler
Describes the syntax of the different arguments of a validator.
valueOf(String) - Static method in enum com.botronsoft.cmj.spitools.dsl.ArgumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.botronsoft.cmj.spitools.dsl.UserPreferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.botronsoft.cmj.spitools.impl.dsl.ReferenceValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.botronsoft.cmj.spitools.impl.transformation.configuration.ConfigurationPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.botronsoft.cmj.spitools.impl.transformation.configuration.ReferenceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.botronsoft.cmj.spitools.dsl.ArgumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.botronsoft.cmj.spitools.dsl.UserPreferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.botronsoft.cmj.spitools.impl.dsl.ReferenceValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.botronsoft.cmj.spitools.impl.transformation.configuration.ConfigurationPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.botronsoft.cmj.spitools.impl.transformation.configuration.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withLiteralValues(String...) - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentDescriptor
Describes the literal values of this argument that should be moved as-is.
withLiteralValues(String...) - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceDescriptor
Describes the literal values of this user preference that should be moved as-is.
withLiteralValues(String...) - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
withLiteralValues(String...) - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
withPrefix(String) - Method in interface com.botronsoft.cmj.spitools.dsl.ArgumentDescriptor
Describes that the configuration element is referenced by value with prefix.
withPrefix(String) - Method in interface com.botronsoft.cmj.spitools.dsl.UserPreferenceDescriptor
Describes that the configuration element is referenced by value with prefix in this user preference.
withPrefix(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractArgumentDescriptor
 
withPrefix(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.AbstractUserPreferenceDescriptor
 
withSeparator(String) - Method in interface com.botronsoft.cmj.spitools.dsl.MultiValueArgumentDescriptor
Describes the value separator.
withSeparator(String) - Method in interface com.botronsoft.cmj.spitools.dsl.MultiValueUserPreferenceDescriptor
Describes the value separator.
withSeparator(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.MultiValueArgumentDescriptorImpl
 
withSeparator(String) - Method in class com.botronsoft.cmj.spitools.impl.dsl.MultiValueUserPreferenceDescriptorImpl
 
WorkflowArgumentTransformer - Class in com.botronsoft.cmj.spitools.impl.transformation.transformers
 
WorkflowArgumentTransformer(JiraManagersService) - Constructor for class com.botronsoft.cmj.spitools.impl.transformation.transformers.WorkflowArgumentTransformer
 
A B C D E F G H I J L M O P Q R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.