org.jenkinsci.plugins.relution.entities
Class ShortApplicationInformation

java.lang.Object
  extended by org.jenkinsci.plugins.relution.entities.ShortApplicationInformation

public class ShortApplicationInformation
extends Object


Constructor Summary
ShortApplicationInformation(String uuid)
          Holds Information of the app with the specific params.
 
Method Summary
 String getUUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortApplicationInformation

public ShortApplicationInformation(String uuid)
Holds Information of the app with the specific params.

Parameters:
uuid - distinct representation of the app.
Method Detail

getUUID

public String getUUID()
Returns:
String representation of an unique app-identifier.


Copyright © 2004-2013. All Rights Reserved.