Uses of Class
org.apache.ivy.core.deliver.DeliverOptions
Packages that use DeliverOptions
-
Uses of DeliverOptions in org.apache.ivy
Methods in org.apache.ivy with parameters of type DeliverOptionsModifier and TypeMethodDescriptionvoid
Ivy.deliver
(String revision, String destIvyPattern, DeliverOptions options) void
Ivy.deliver
(ModuleRevisionId mrid, String revision, String destIvyPattern, DeliverOptions options) Example of use: deliver(mrid, "1.5", "target/ivy/ivy-[revision].xml", DeliverOptions.newInstance(settings).setStatus("release").setValidate(false)); -
Uses of DeliverOptions in org.apache.ivy.core.deliver
Methods in org.apache.ivy.core.deliver that return DeliverOptionsModifier and TypeMethodDescriptionstatic DeliverOptions
DeliverOptions.newInstance
(IvySettings settings) Returns an instance of DeliverOptions with options corresponding to default values taken from the given settings.Sets the configurations to deliver.DeliverOptions.setGenerateRevConstraint
(boolean generateRevConstraint) DeliverOptions.setMerge
(boolean merge) DeliverOptions.setPdrResolver
(PublishingDependencyRevisionResolver pdrResolver) Sets the pdrResolver that will be used during deliver for each dependency to get its published information.DeliverOptions.setPubBranch
(String pubBranch) Sets the branch with which the Ivy file should be delivered.DeliverOptions.setPubdate
(Date pubdate) DeliverOptions.setReplaceForcedRevisions
(boolean replaceForcedRevisions) DeliverOptions.setResolveDynamicRevisions
(boolean resolveDynamicRevisions) DeliverOptions.setResolveId
(String resolveId) Sets the id of a previous resolve to use for delivering.Sets the status to which the module should be delivered, use null if the current status should be kept.DeliverOptions.setValidate
(boolean validate) Methods in org.apache.ivy.core.deliver with parameters of type DeliverOptionsModifier and TypeMethodDescriptionvoid
DeliverEngine.deliver
(String revision, String destIvyPattern, DeliverOptions options) Delivers a resolved ivy file based upon last resolve call status.void
DeliverEngine.deliver
(ModuleRevisionId mrid, String revision, String destIvyPattern, DeliverOptions options) Delivers a resolved ivy file based upon last resolve call status.