Sha256: 4d55a74645667674f9650248decfa25f7b15a5c34bce89e721c79702ad8b18fc
Contents?: true
Size: 359 Bytes
Versions: 5
Compression:
Stored size: 359 Bytes
Contents
module JenkinsJob module BuildStep class InjectEnv < BasicObject attr_reader :properties_content_, :properties_file_ def initialize end def properties_content(value) @properties_content_ = value end def properties_file(value) @properties_file_ = value end end end end
Version data entries
5 entries across 5 versions & 1 rubygems