BigW Consortium Gitlab

Commit 4efcc061 by Grzegorz Bizon

Add pipeline expression statement class

parent e5ecd9b1
module Gitlab
module Ci
module Pipeline
module Expression
class Statement
def initialize(pipeline, statement)
@pipeline = pipeline
@statement = statement
end
def errors
end
def matches?
end
end
end
end
end
end
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