Class: Buildserver::BuildingBlock

Inherits:
Object
  • Object
show all
Defined in:
lib/buildserver/building_block.rb

Instance Method Summary collapse

Instance Method Details

#build!(instance, other_instances) ⇒ Object



6
7
8
9
10
11
# File 'lib/buildserver/building_block.rb', line 6

def build!(instance, other_instances)
  reset!
  build(instance, other_instances)

  [@build_commands, @after_build_commands]
end

#external_portsObject



13
14
15
# File 'lib/buildserver/building_block.rb', line 13

def external_ports
  []
end

#internal_portsObject



17
18
19
# File 'lib/buildserver/building_block.rb', line 17

def internal_ports
  []
end