Package sonia.scm.repository.spi
Class RevertCommandRequest
java.lang.Object
sonia.scm.repository.spi.RevertCommandRequest
- All Implemented Interfaces:
AuthorUtil.CommandWithAuthor
,Validateable
public class RevertCommandRequest
extends Object
implements Validateable, AuthorUtil.CommandWithAuthor
This class contains the information to run
RevertCommand.revert(RevertCommandRequest)
.- Since:
- 3.8
-
Constructor Details
-
RevertCommandRequest
public RevertCommandRequest()
-
-
Method Details
-
getBranch
-
getMessage
-
isValid
public boolean isValid()Description copied from interface:Validateable
Returns true if the object is valid.- Specified by:
isValid
in interfaceValidateable
-