package jetbrains.buildServer.serverSide; public interface JokeSettings { String PLUGIN_NAME = "jokes"; boolean isEnabled(); }