Class Action


  • public class Action
    extends Object
    This object is a Git action value holder independent from the underlying Git implementation.
    • Constructor Detail

      • Action

        public Action​(Identity identity,
                      TimeStamp timeStamp)
        Constructor.
        Parameters:
        identity - the identity. Cannot be null
        timeStamp - the time stamp. May be null
    • Method Detail

      • getIdentity

        public Identity getIdentity()
        Returns the identity.
        Returns:
        the identity. Never null.
      • getTimeStamp

        public TimeStamp getTimeStamp()
        Returns the time stamp.
        Returns:
        the time stamp. May be null.