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 interfaceRefOperationValidators.Factory
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.eclipse.jgit.transport.ReceiveCommandgetCommand(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
-
-