net.praqma.hudson.remoting
Class EstablishResult

java.lang.Object
  extended by net.praqma.hudson.remoting.EstablishResult
All Implemented Interfaces:
Serializable

public class EstablishResult
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class EstablishResult.ResultType
           
 
Constructor Summary
EstablishResult()
           
EstablishResult(String viewtag)
           
 
Method Summary
 ClearCaseChangeset getChangeset()
           
 String getLog()
           
 String getMessage()
           
 EstablishResult.ResultType getResultType()
           
 net.praqma.clearcase.ucm.view.SnapshotView getView()
           
 String getViewtag()
           
 boolean isCancellable()
           
 boolean isDeliverInProgress()
           
 boolean isDeliverInProgressNotCancelled()
           
 boolean isDeliverRequiresRebase()
           
 boolean isFailed()
           
 boolean isInterprojectDeliverDenied()
           
 boolean isMergeError()
           
 boolean isStarted()
           
 boolean isSuccessful()
           
 void setChangeset(ClearCaseChangeset changeset)
           
 void setLog(String log)
           
 void setMessage(String message)
           
 void setResultType(EstablishResult.ResultType type)
           
 void setView(net.praqma.clearcase.ucm.view.SnapshotView view)
           
 void setViewtag(String viewtag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstablishResult

public EstablishResult()

EstablishResult

public EstablishResult(String viewtag)
Method Detail

setResultType

public void setResultType(EstablishResult.ResultType type)

getResultType

public EstablishResult.ResultType getResultType()

isSuccessful

public boolean isSuccessful()

isFailed

public boolean isFailed()

isMergeError

public boolean isMergeError()

isDeliverRequiresRebase

public boolean isDeliverRequiresRebase()

isInterprojectDeliverDenied

public boolean isInterprojectDeliverDenied()

isDeliverInProgress

public boolean isDeliverInProgress()

isDeliverInProgressNotCancelled

public boolean isDeliverInProgressNotCancelled()

isCancellable

public boolean isCancellable()

isStarted

public boolean isStarted()

getViewtag

public String getViewtag()

setViewtag

public void setViewtag(String viewtag)

getLog

public String getLog()

setLog

public void setLog(String log)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getChangeset

public ClearCaseChangeset getChangeset()

setChangeset

public void setChangeset(ClearCaseChangeset changeset)

getView

public net.praqma.clearcase.ucm.view.SnapshotView getView()

setView

public void setView(net.praqma.clearcase.ucm.view.SnapshotView view)


Copyright © 2004-2012. All Rights Reserved.