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