stable

Clone or download

Read-only

Rename workflow folder into Workflow

This is part of story #12187 configure workflow pre & post actions at target state level No functional changes expected here. Change-Id: Ia0562eaa2039acb45dcb7203f54db725dbe426c1

Modified Files

Name
R plugins/tracker/include/workflow/Action.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Rules.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Rules/EditRules.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Transitions.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Transitions/Create.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Transitions/CreateMatrix.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Transitions/DefineWorkflow.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Transitions/Delete.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Transitions/Details.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Transitions/EditTransition.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Triggers.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Triggers/AddTrigger.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Triggers/DeleteTrigger.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Triggers/EditTriggers.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Triggers/GetTriggersRulesBuilderData.class.php Go to diff View file
R plugins/tracker/include/workflow/Action/Triggers/TriggersPresenter.class.php Go to diff View file
R plugins/tracker/include/workflow/BeforeEvent.php Go to diff View file
R plugins/tracker/include/workflow/FeatureFlag.php Go to diff View file
R plugins/tracker/include/workflow/GlobalRulesViolationException.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/CIBuild/Transition_PostAction_CIBuild.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildDao.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/Transition_PostAction_Field.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/Transition_PostAction_FieldFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/Transition_PostAction_Field_Date.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/Transition_PostAction_Field_Float.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/Transition_PostAction_Field_Int.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/Transition_PostAction_Field_Numeric.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/dao/Transition_PostAction_FieldDao.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/dao/Transition_PostAction_Field_DateDao.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/dao/Transition_PostAction_Field_FloatDao.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Field/dao/Transition_PostAction_Field_IntDao.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/PostActionSubFactories.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/PostActionSubFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/ReadOnly/ReadOnlyDao.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Transition_PostAction.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Transition_PostActionFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Transition_PostActionManager.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Transition_PostAction_NotFoundException.class.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/CIBuild.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/CIBuildRepository.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/CIBuildUpdater.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/CIBuildValidator.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/DuplicateFieldIdException.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/DuplicatePostActionException.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/InvalidPostActionException.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/PostActionFieldIdValidator.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/PostActionIdCollection.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/PostActionIdValidator.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/PostActionUpdater.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/PostActionsDiff.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetDateValueRepository.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetDateValueUpdater.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetDateValueValidator.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetFloatValueRepository.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetFloatValueUpdater.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetFloatValueValidator.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetIntValueRepository.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetIntValueUpdater.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/SetIntValueValidator.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/Internal/UnknownPostActionIdsException.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/PostAction.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/PostActionCollection.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/PostActionCollectionUpdater.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/PostActionVisitor.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/SetDateValue.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/SetFieldValue.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/SetFloatValue.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Update/SetIntValue.php Go to diff View file
R plugins/tracker/include/workflow/PostAction/Visitor.php Go to diff View file
R plugins/tracker/include/workflow/Transition.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/CannotCreateTransitionException.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/CommentNotEmpty.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/CommentNotEmpty/Dao.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/CommentNotEmpty/Factory.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/FieldNotEmpty.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/FieldNotEmpty/Dao.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/FieldNotEmpty/Factory.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/Permissions.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/Permissions/Factory.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/Condition/Visitor.php Go to diff View file
R plugins/tracker/include/workflow/Transition/ConditionFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/ConditionManager.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/ConditionsCollection.class.php Go to diff View file
R plugins/tracker/include/workflow/Transition/InvalidConditionForTransitionException.php Go to diff View file
R plugins/tracker/include/workflow/Transition/OrphanTransitionException.php Go to diff View file
R plugins/tracker/include/workflow/Transition/TransitionUpdateException.php Go to diff View file
R plugins/tracker/include/workflow/Transition/TransitionUpdater.php Go to diff View file
R plugins/tracker/include/workflow/TransitionDeletionException.php Go to diff View file
R plugins/tracker/include/workflow/TransitionFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/Exception/AddRuleJsonFormatException.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/Exception/RuleException.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/Exception/TriggerDoesntExistException.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/Exception/TriggerInvalidConditionException.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/Exception/TriggerInvalidTargetException.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/FieldValue.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RuleDao.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RuleProcessor/AllOfStrategy.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RuleProcessor/AtLeastOneStrategy.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RuleProcessor/Strategy.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RulesBuilderData.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RulesBuilderFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RulesBuilderTriggeringFields.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RulesFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RulesManager.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/RulesProcessor.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/TriggerRule.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/TriggerRuleCollection.class.php Go to diff View file
R plugins/tracker/include/workflow/Trigger/TriggerValidator.class.php Go to diff View file
R plugins/tracker/include/workflow/Workflow.class.php Go to diff View file
R plugins/tracker/include/workflow/WorkflowBackendLogger.class.php Go to diff View file
R plugins/tracker/include/workflow/WorkflowFactory.class.php Go to diff View file
R plugins/tracker/include/workflow/WorkflowManager.class.php Go to diff View file
R plugins/tracker/include/workflow/WorkflowUser.class.php Go to diff View file
R plugins/tracker/include/workflow/WorkflowWithoutTransition.class.php Go to diff View file
R plugins/tracker/include/workflow/Workflow_Dao.class.php Go to diff View file
R plugins/tracker/include/workflow/Workflow_TransitionDao.class.php Go to diff View file