Lin Jen-Shin 2016-08-12 15:33:28 +08:00
parent abd3ac4a03
commit 0a20897bbe
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
module Gitlab
module DataBuilder
module BuildDataBuilder
module_function
extend self
def build(build)
project = build.project

View File

@ -1,7 +1,7 @@
module Gitlab
module DataBuilder
module NoteDataBuilder
module_function
extend self
# Produce a hash of post-receive data
#

View File

@ -1,7 +1,7 @@
module Gitlab
module DataBuilder
module PipelineDataBuilder
module_function
extend self
def build(pipeline)
{

View File

@ -1,7 +1,7 @@
module Gitlab
module DataBuilder
module PushDataBuilder
module_function
extend self
# Produce a hash of post-receive data
#