org.cloudsmith.jenkins.stackhammer.deployment
Class DeploymentResult.HostEntry

java.lang.Object
  extended by org.cloudsmith.jenkins.stackhammer.deployment.DeploymentResult.HostEntry
Enclosing class:
DeploymentResult

public static class DeploymentResult.HostEntry
extends Object


Constructor Summary
DeploymentResult.HostEntry(String name, String machineName, org.cloudsmith.stackhammer.api.model.CatalogGraph catalogGraph, List<org.cloudsmith.stackhammer.api.model.LogEntry> logEntries)
           
 
Method Summary
 org.cloudsmith.stackhammer.api.model.CatalogGraph getCatalogGraph()
           
 String getCatalogGraphURL()
           
 String getDisplayName()
           
 List<org.cloudsmith.stackhammer.api.model.LogEntry> getLogEntries()
           
 int getLogEntryCount()
           
 String getMachineName()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentResult.HostEntry

public DeploymentResult.HostEntry(String name,
                                  String machineName,
                                  org.cloudsmith.stackhammer.api.model.CatalogGraph catalogGraph,
                                  List<org.cloudsmith.stackhammer.api.model.LogEntry> logEntries)
Method Detail

getCatalogGraph

public org.cloudsmith.stackhammer.api.model.CatalogGraph getCatalogGraph()

getCatalogGraphURL

public String getCatalogGraphURL()

getDisplayName

public String getDisplayName()

getLogEntries

public List<org.cloudsmith.stackhammer.api.model.LogEntry> getLogEntries()

getLogEntryCount

public int getLogEntryCount()

getMachineName

public String getMachineName()

getName

public String getName()


Copyright © 2004-2012. All Rights Reserved.