Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

Released: 03.03 2013.

 

Highlights

New dashboard web gui 

 

Updating from 0.24

ReferenceSettings
  • The workflow scheduling configuration in the integrity settings has been extended to allow configuration of individual workflows. The means the <SchedulerInterval> in the IntegrityServiceSettings should be replaced a <WorkflowSchedulerSettings> element, where a example is show below:

      <WorkflowSchedulerSettings>
          <WorkflowSchedules>
            <WorkflowSchedule>          <WorkflowClass>org.bitrepository.integrityservice.workflow.CompleteIntegrityCheck</WorkflowClass>
              <WorkflowInterval>86400000</WorkflowInterval>
            </WorkflowSchedule>
          </WorkflowSchedules>
        </WorkflowSchedulerSettings>

    This will cause the CompleteIntegrityCheck to run on a daily basis.

type key priority summary

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

type key priority summary fixversion

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  • No labels