Class GiteaEvent
java.lang.Object
org.jenkinsci.plugin.gitea.client.api.GiteaObject<GiteaEvent>
org.jenkinsci.plugin.gitea.client.api.GiteaEvent
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
GiteaCreateEvent,GiteaDeleteEvent,GiteaPullRequestEvent,GiteaPushEvent,GiteaReleaseEvent,GiteaRepositoryEvent
Generic Gitea event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRepository(GiteaRepository repository) voidvoidsetSender(GiteaOwner sender) toString()Methods inherited from class org.jenkinsci.plugin.gitea.client.api.GiteaObject
clone