Class Moment
java.lang.Object
io.jenkins.plugins.view.calendar.time.Moment
- All Implemented Interfaces:
Comparable<Object>
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Moment
extends Object
implements Comparable<Object>
-
Constructor Details
-
Moment
public Moment() -
Moment
public Moment(long timeInMillis) -
Moment
-
-
Method Details
-
nextMinute
-
previousMinute
-
getTime
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Object>
-
isBefore
-
isBefore
-
isSame
-
isSame
-
isAfter
-
isAfter
-
getTimeInMillis
public long getTimeInMillis() -
toString
-