com.atlassian.bamboo.maven.plugins.aws.files
Class InstanceListDao

java.lang.Object
  extended by com.atlassian.bamboo.maven.plugins.aws.files.InstanceListDao

public class InstanceListDao
extends Object


Nested Class Summary
static class InstanceListDao.InstanceWithRegion
           
 
Constructor Summary
InstanceListDao()
           
 
Method Summary
static void addInstance(File ec2InstanceIDFile, com.amazonaws.regions.Regions region, String instanceId)
           
static Iterable<InstanceListDao.InstanceWithRegion> read(File ec2InstanceIDFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceListDao

public InstanceListDao()
Method Detail

addInstance

public static void addInstance(File ec2InstanceIDFile,
                               com.amazonaws.regions.Regions region,
                               String instanceId)
                        throws IOException
Throws:
IOException

read

public static Iterable<InstanceListDao.InstanceWithRegion> read(File ec2InstanceIDFile)
                                                         throws IOException
Throws:
IOException


Copyright © 2015 Atlassian. All rights reserved.