Class MilestoneImpl

java.lang.Object
org.jvnet.hudson.reactor.MilestoneImpl
All Implemented Interfaces:
Milestone

public class MilestoneImpl extends Object implements Milestone
Default Milestone implementation.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • MilestoneImpl

      public MilestoneImpl(String id)
      Compares equal with other MilestoneImpls with the same ID.
    • MilestoneImpl

      public MilestoneImpl()
      Only compare equal with this MilestoneImpl and nothing else.
  • Method Details