public class TempOverrideMapResponse extends Object
WorkflowDeployRequest.isRemoveTemporaryOverride()
is true.Constructor and Description |
---|
TempOverrideMapResponse() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isShouldArchiveApplicationOverride()
Whether or not the application override should be archived.
|
boolean |
isShouldShortCircuit()
Whether or not a deployment should actually be mapped to a production target, instead of just
skipping the deployment operation.
|
void |
setShouldArchiveApplicationOverride(boolean shouldArchiveApplicationOverride)
Whether or not the application override should be archived.
|
void |
setShouldShortCircuit(boolean shouldShortCircuit)
Whether or not a deployment should actually be mapped to a production target, instead of just
skipping the deployment operation.
|
TempOverrideMapResponse |
shouldShortCircuit(boolean shouldShortCircuit) |
String |
toString() |
TempOverrideMapResponse |
withShouldArchiveApplicationOverride(boolean shouldArchiveApplicationOverride) |
public TempOverrideMapResponse shouldShortCircuit(boolean shouldShortCircuit)
public TempOverrideMapResponse withShouldArchiveApplicationOverride(boolean shouldArchiveApplicationOverride)
public boolean isShouldShortCircuit()
WorkflowDeployRequest.isRemoveTemporaryOverride()
flow. If the application has made no changes in this flow from what was previously
propagated, deployment should be effectively skipped.public boolean isShouldArchiveApplicationOverride()
WorkflowDeployRequest.isRemoveTemporaryOverride()
. The
decision will take into account if the override has established legitimate application
override fields, and if so, will return false.public void setShouldShortCircuit(boolean shouldShortCircuit)
WorkflowDeployRequest.isRemoveTemporaryOverride()
flow. If the application has made no changes in this flow from what was previously
propagated, deployment should be effectively skipped.shouldProceed
- Whether or not the deployment mapping should be skippedpublic void setShouldArchiveApplicationOverride(boolean shouldArchiveApplicationOverride)
WorkflowDeployRequest.isRemoveTemporaryOverride()
. The
decision will take into account if the override has established legitimate application
override fields, and if so, will return false.shouldArchiveApplicationOverride
- Whether or not the application override should be
archivedprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.