com.soasta.jenkins
Class Message

java.lang.Object
  extended by com.soasta.jenkins.Message

public class Message
extends Object

This class contains the results sent back from a composition run. Currently, it holds the messages for things either of type "validation-pass" or "validation-fail".


Constructor Summary
Message()
           
Message(String type, String content)
           
 
Method Summary
 String getContent()
           
 String getType()
           
 void setContent(String content)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Message

public Message()

Message

public Message(String type,
               String content)
Method Detail

setContent

public void setContent(String content)

getContent

public String getContent()

setType

public void setType(String type)

getType

public String getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2014. All Rights Reserved.