Commit 0a20897b authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent abd3ac4a
module Gitlab module Gitlab
module DataBuilder module DataBuilder
module BuildDataBuilder module BuildDataBuilder
module_function extend self
def build(build) def build(build)
project = build.project project = build.project
......
module Gitlab module Gitlab
module DataBuilder module DataBuilder
module NoteDataBuilder module NoteDataBuilder
module_function extend self
# Produce a hash of post-receive data # Produce a hash of post-receive data
# #
......
module Gitlab module Gitlab
module DataBuilder module DataBuilder
module PipelineDataBuilder module PipelineDataBuilder
module_function extend self
def build(pipeline) def build(pipeline)
{ {
......
module Gitlab module Gitlab
module DataBuilder module DataBuilder
module PushDataBuilder module PushDataBuilder
module_function extend self
# Produce a hash of post-receive data # Produce a hash of post-receive data
# #
......
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