Class HousekeepingManager


  • public class HousekeepingManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HousekeepingManager​(step.core.execution.model.ExecutionAccessor executionAccessor, step.core.plans.PlanAccessor planAccessor, step.resources.ResourceManager resourceManager, step.core.artefacts.reports.ReportNodeAccessor reportNodeAccessor, org.rtm.commons.MeasurementAccessor measurementAccessor, step.plugins.views.ViewModelAccessor viewModelAccessor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deleteArtefactAttachments​(step.core.artefacts.AbstractArtefact abstractArtefact)  
      java.util.List<step.core.reports.Measure> deleteExecution​(java.lang.String executionId)  
      void deletePlanAttachments​(step.core.plans.Plan plan)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EXECUTION_CUSTOM_FIELD_PROTECTED

        public static final java.lang.String EXECUTION_CUSTOM_FIELD_PROTECTED
        See Also:
        Constant Field Values
      • EXECUTION_CUSTOM_FIELD_DESCRIPTION

        public static final java.lang.String EXECUTION_CUSTOM_FIELD_DESCRIPTION
        See Also:
        Constant Field Values
    • Constructor Detail

      • HousekeepingManager

        public HousekeepingManager​(step.core.execution.model.ExecutionAccessor executionAccessor,
                                   step.core.plans.PlanAccessor planAccessor,
                                   step.resources.ResourceManager resourceManager,
                                   step.core.artefacts.reports.ReportNodeAccessor reportNodeAccessor,
                                   org.rtm.commons.MeasurementAccessor measurementAccessor,
                                   step.plugins.views.ViewModelAccessor viewModelAccessor)
    • Method Detail

      • deletePlanAttachments

        public void deletePlanAttachments​(step.core.plans.Plan plan)
      • deleteArtefactAttachments

        public void deleteArtefactAttachments​(step.core.artefacts.AbstractArtefact abstractArtefact)