Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 487 Bytes

File metadata and controls

13 lines (10 loc) · 487 Bytes

azure-devops-java-sdk requirements checklist:

  • The package name should reflect the service/resource that should be wrapped
  • types package holds all the return types
  • Each and every Api should have a separate builder class.
  • Update the Api version in ApiVersion file
  • All the custom types (enums) should be placed under enums package
  • Unit test should be written for each method

Release / Deploy

  • Update CHANGELOG.md
  • Update pom.xml with new version