| Constructor and Description |
|---|
DeployOptions()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowMissingFiles() |
boolean |
getAutoUpdatePackage() |
boolean |
getCheckOnly() |
boolean |
getIgnoreWarnings() |
boolean |
getPerformRetrieve() |
boolean |
getPurgeOnDelete() |
boolean |
getRollbackOnError() |
String[] |
getRunTests() |
boolean |
getSinglePackage() |
TestLevel |
getTestLevel() |
boolean |
isAllowMissingFiles() |
boolean |
isAutoUpdatePackage() |
boolean |
isCheckOnly() |
boolean |
isIgnoreWarnings() |
boolean |
isPerformRetrieve() |
boolean |
isPurgeOnDelete() |
boolean |
isRollbackOnError() |
boolean |
isSinglePackage() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAllowMissingFiles(boolean allowMissingFiles) |
void |
setAutoUpdatePackage(boolean autoUpdatePackage) |
void |
setCheckOnly(boolean checkOnly) |
void |
setIgnoreWarnings(boolean ignoreWarnings) |
void |
setPerformRetrieve(boolean performRetrieve) |
void |
setPurgeOnDelete(boolean purgeOnDelete) |
void |
setRollbackOnError(boolean rollbackOnError) |
void |
setRunTests(String[] runTests) |
void |
setSinglePackage(boolean singlePackage) |
void |
setTestLevel(TestLevel testLevel) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public boolean getAllowMissingFiles()
public boolean isAllowMissingFiles()
public void setAllowMissingFiles(boolean allowMissingFiles)
public boolean getAutoUpdatePackage()
public boolean isAutoUpdatePackage()
public void setAutoUpdatePackage(boolean autoUpdatePackage)
public boolean getCheckOnly()
public boolean isCheckOnly()
public void setCheckOnly(boolean checkOnly)
public boolean getIgnoreWarnings()
public boolean isIgnoreWarnings()
public void setIgnoreWarnings(boolean ignoreWarnings)
public boolean getPerformRetrieve()
public boolean isPerformRetrieve()
public void setPerformRetrieve(boolean performRetrieve)
public boolean getPurgeOnDelete()
public boolean isPurgeOnDelete()
public void setPurgeOnDelete(boolean purgeOnDelete)
public boolean getRollbackOnError()
public boolean isRollbackOnError()
public void setRollbackOnError(boolean rollbackOnError)
public String[] getRunTests()
public void setRunTests(String[] runTests)
public boolean getSinglePackage()
public boolean isSinglePackage()
public void setSinglePackage(boolean singlePackage)
public TestLevel getTestLevel()
public void setTestLevel(TestLevel testLevel)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.