org.jclouds.chef.strategy.internal
Class CreateNodeAndPopulateAutomaticAttributesImpl
java.lang.Object
org.jclouds.chef.strategy.internal.CreateNodeAndPopulateAutomaticAttributesImpl
- All Implemented Interfaces:
- CreateNodeAndPopulateAutomaticAttributes
@Singleton
public class CreateNodeAndPopulateAutomaticAttributesImpl
- extends Object
- implements CreateNodeAndPopulateAutomaticAttributes
Updates node with new automatic attributes.
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.chef")
protected org.jclouds.logging.Logger logger
CreateNodeAndPopulateAutomaticAttributesImpl
@Inject
public CreateNodeAndPopulateAutomaticAttributesImpl(ChefApi chef,
com.google.common.base.Supplier<Map<String,org.jclouds.domain.JsonBall>> automaticSupplier)
execute
public Node execute(Node node)
- Specified by:
execute in interface CreateNodeAndPopulateAutomaticAttributes
execute
public Node execute(String nodeName,
Iterable<String> runList)
- Specified by:
execute in interface CreateNodeAndPopulateAutomaticAttributes
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.