Package org.azd.git.types
Class GitRefUpdate
java.lang.Object
org.azd.git.types.GitRefUpdate
Describes a set of Git Ref operations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisLocked()voidsetLocked(boolean isLocked) voidvoidsetNewObjectId(String newObjectId) voidsetOldObjectId(String oldObjectId) voidsetRepositoryId(String repositoryId) toString()
-
Constructor Details
-
GitRefUpdate
public GitRefUpdate()
-
-
Method Details