Uses of Class
org.gitlab4j.api.webhook.PipelineEvent.Build
-
Packages that use PipelineEvent.Build Package Description org.gitlab4j.api.webhook -
-
Uses of PipelineEvent.Build in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return types with arguments of type PipelineEvent.Build Modifier and Type Method Description List<PipelineEvent.Build>
PipelineEvent. getBuilds()
Method parameters in org.gitlab4j.api.webhook with type arguments of type PipelineEvent.Build Modifier and Type Method Description void
PipelineEvent. setBuilds(List<PipelineEvent.Build> builds)
-