Skip to content

A repository to help you get started with Teamscale custom check development.

Notifications You must be signed in to change notification settings

brynary/teamscale-custom-check-sample

 
 

Repository files navigation

The Teamscale Custom Check Sample Repository

This repository is meant to serve as a starting point for developing custom checks for Teamscale.

Creating your own checks with Eclipse

Use gradlew eclipse (linux/mac) or gradlew.bat eclipse (Windows) to create Eclipse project files, afterwards you can easily import the project into Eclipse. You will find the sample custom check (SampleCheck) in the src/ directory.

Documentation

Javadoc: http://cqse.github.io/teamscale-custom-check-sample

The javadoc documentation also contains more sample checks which you can use as examples/base for your own checks.

Building the checks for use with Teamscale

  • Clone the repository
  • Run gradlew jar (linux/mac) or gradlew.bat jar (windows)
  • Copy the jar from build/libs/custom-checks.jar to the custom-checks/ folder in your Teamscale installation root.
  • Restart Teamscale
  • You should now be able to see the sample check when creating a new JAVA analysis profile. It can be found inside the Bad Practice group.

Get Help

Need help? Contact us: support@teamscale.com

About

A repository to help you get started with Teamscale custom check development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%