jetbrains.buildServer.serverSide
Class CompilationBlockBean

java.lang.Object
  extended by jetbrains.buildServer.serverSide.CompilationBlockBean

public class CompilationBlockBean
extends java.lang.Object

Author:
Kir

Constructor Summary
CompilationBlockBean(java.lang.String compilerMessages)
           
 
Method Summary
 java.lang.String getCompilerMessageForWeb()
           
 java.lang.String getCompilerMessages()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilationBlockBean

public CompilationBlockBean(@NotNull
                            java.lang.String compilerMessages)
Method Detail

getCompilerMessages

@NotNull
public java.lang.String getCompilerMessages()

getCompilerMessageForWeb

public java.lang.String getCompilerMessageForWeb()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object