Class RefOperationValidators
- java.lang.Object
-
- com.google.gerrit.server.git.validators.RefOperationValidators
-
public class RefOperationValidators extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RefOperationValidators.Factory
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.eclipse.jgit.transport.ReceiveCommand
getCommand(org.eclipse.jgit.lib.RefUpdate update, org.eclipse.jgit.transport.ReceiveCommand.Type type)
List<ValidationMessage>
validateForRefOperation()
-
-
-
Method Detail
-
getCommand
public static org.eclipse.jgit.transport.ReceiveCommand getCommand(org.eclipse.jgit.lib.RefUpdate update, org.eclipse.jgit.transport.ReceiveCommand.Type type)
-
validateForRefOperation
public List<ValidationMessage> validateForRefOperation() throws RefOperationValidationException
- Throws:
RefOperationValidationException
-
-