public class PublishRequest
extends java.lang.Object
Constructor and Description |
---|
PublishRequest()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
void |
addPublishTask(PublishTask publishTask)
This method adds a new publish task to the publish request.
|
java.lang.Boolean |
getForceEARUpdate()
Returns whether or not the EAR will be updated during quick publish.
|
java.lang.Boolean |
getPostPublishEnabled()
This method returns whether post publish is enabled for this publish request.
|
PublishTask[] |
getPublishTasks()
This method returns the publish tasks associated with the publish request.
|
java.lang.String |
getStatus()
This method gets the status.
|
boolean |
isTransactionUnique()
This method returns whether the publish request for this container requires a unique
transaction.
|
void |
setForceEARUpdate(boolean b)
Sets whether or not the EAR will be updated during this quick publish step.
|
void |
setPostPublishEnabled(boolean postPublish)
This method sets whether the post publish is enabled for this publish request.
|
void |
setStatus(java.lang.String string)
This method sets the status.
|
void |
setUniqueTransaction(boolean uniqueTransaction)
This method sets whether the publish request requires a unique transaction.
|
java.lang.String |
toString()
This method returns a
String representation of the object. |
public PublishRequest()
public boolean isTransactionUnique()
public void setUniqueTransaction(boolean uniqueTransaction)
uniqueTransaction
- Whether the transaction should be unique.public java.lang.Boolean getPostPublishEnabled()
public void setPostPublishEnabled(boolean postPublish)
postPublish
- Whether post publish is enabled.public void addPublishTask(PublishTask publishTask)
publishTask
- A publish task.public PublishTask[] getPublishTasks()
public java.lang.String toString()
String
representation of the object.toString
in class java.lang.Object
String
version of the object.public java.lang.String getStatus()
public void setStatus(java.lang.String string)
string
- The status.public java.lang.Boolean getForceEARUpdate()
public void setForceEARUpdate(boolean b)
b
- true to force an EAR update after this quick publish step.