Uses of Class
com.testmonitor.resources.Milestone
Packages that use Milestone
-
Uses of Milestone in com.testmonitor.actions
Methods in com.testmonitor.actions that return MilestoneModifier and TypeMethodDescriptionCreate a milestone.Create a milestone using the provided name.Milestones.findOrCreate(String name) Find a milestone using the provided name or create a new one.Update a milestone.Methods in com.testmonitor.actions that return types with arguments of type MilestoneModifier and TypeMethodDescriptionMilestones.findByName(String name) Find a milestone using the provided name.Milestones.list()Search through milestones.Methods in com.testmonitor.actions with parameters of type MilestoneModifier and TypeMethodDescriptionCreate a milestone.Create a test run using the provided name and milestone.TestRuns.findOrCreate(String name, Milestone milestone) Find a test run using the provided name and milestone or create a new one.Update a milestone. -
Uses of Milestone in com.testmonitor.parsers
Methods in com.testmonitor.parsers that return MilestoneMethods in com.testmonitor.parsers that return types with arguments of type Milestone -
Uses of Milestone in com.testmonitor.resources
Methods in com.testmonitor.resources that return MilestoneModifier and TypeMethodDescriptionMilestone.setDescription(String description) Milestone.setProjectId(Integer projectId) Milestone.setProjectId(String projectId)