Verified Commit a941ff86 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor(core): add GitHub to RegisteredSystemns

parent 25207b24
Pipeline #1699 failed with stages
in 1 minute and 38 seconds
package de.hftstuttgart.unifiedticketing.core;
import de.hftstuttgart.unifiedticketing.systems.github.GithubTicketSystemBuilder;
import de.hftstuttgart.unifiedticketing.systems.gitlab.GitlabTicketSystemBuilder;
import java.util.logging.Level;
......@@ -26,6 +27,14 @@ public class RegisteredSystems
return instance;
}
/**
* Starts the builder mechanism for a GitHub connection
*/
public GithubTicketSystemBuilder github()
{
return new GithubTicketSystemBuilder();
}
/**
* Starts the builder mechanism for a GitLab connection
*/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment