Class: MavenBuildStep
- Inherits:
-
Object
- Object
- MavenBuildStep
- Includes:
- ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
- Defined in:
- lib/yadecli/model/maven_build_step.rb
Overview
MavenBuildStep
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#id ⇒ Object
Returns the value of attribute id.
-
#mavenBuildTaskId ⇒ Object
Returns the value of attribute mavenBuildTaskId.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#profiles ⇒ Object
Returns the value of attribute profiles.
Instance Method Summary collapse
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
11 12 13 |
# File 'lib/yadecli/model/maven_build_step.rb', line 11 def command @command end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/yadecli/model/maven_build_step.rb', line 11 def id @id end |
#mavenBuildTaskId ⇒ Object
Returns the value of attribute mavenBuildTaskId.
11 12 13 |
# File 'lib/yadecli/model/maven_build_step.rb', line 11 def mavenBuildTaskId @mavenBuildTaskId end |
#parameters ⇒ Object
Returns the value of attribute parameters.
11 12 13 |
# File 'lib/yadecli/model/maven_build_step.rb', line 11 def parameters @parameters end |
#profiles ⇒ Object
Returns the value of attribute profiles.
11 12 13 |
# File 'lib/yadecli/model/maven_build_step.rb', line 11 def profiles @profiles end |
Instance Method Details
#attributes ⇒ Object
15 16 17 |
# File 'lib/yadecli/model/maven_build_step.rb', line 15 def attributes instance_values end |