Package sonia.scm.repository.api
Class TagCommandBuilder
java.lang.Object
sonia.scm.repository.api.TagCommandBuilder
- Since:
- 2.11.0
-
Constructor Details
-
TagCommandBuilder
-
-
Method Details
-
create
Initialize a command to tag a revision. Set parameters and callTagCommandBuilder.TagCreateCommandBuilder.execute()
.- Since:
- 2.11.0
-
delete
Initialize a command to delete a tag. Set parameters and callTagCommandBuilder.TagDeleteCommandBuilder.execute()
.- Since:
- 2.11.0
-