Commit 4efcc061 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add pipeline expression statement class

parent e5ecd9b1
No related merge requests found
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