Class: Ocak::PipelineExecutor::StepContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/ocak/pipeline_executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chdirObject

Returns the value of attribute chdir

Returns:

  • (Object)

    the current value of chdir



13
14
15
# File 'lib/ocak/pipeline_executor.rb', line 13

def chdir
  @chdir
end

#idxObject

Returns the value of attribute idx

Returns:

  • (Object)

    the current value of idx



13
14
15
# File 'lib/ocak/pipeline_executor.rb', line 13

def idx
  @idx
end

#issue_numberObject

Returns the value of attribute issue_number

Returns:

  • (Object)

    the current value of issue_number



13
14
15
# File 'lib/ocak/pipeline_executor.rb', line 13

def issue_number
  @issue_number
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



13
14
15
# File 'lib/ocak/pipeline_executor.rb', line 13

def logger
  @logger
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



13
14
15
# File 'lib/ocak/pipeline_executor.rb', line 13

def result
  @result
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



13
14
15
# File 'lib/ocak/pipeline_executor.rb', line 13

def role
  @role
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



13
14
15
# File 'lib/ocak/pipeline_executor.rb', line 13

def state
  @state
end