Uses of Class
org.sahli.asciidoc.confluence.publisher.client.OrphanRemovalStrategy
-
Packages that use OrphanRemovalStrategy Package Description org.sahli.asciidoc.confluence.publisher.client -
-
Uses of OrphanRemovalStrategy in org.sahli.asciidoc.confluence.publisher.client
Methods in org.sahli.asciidoc.confluence.publisher.client that return OrphanRemovalStrategy Modifier and Type Method Description static OrphanRemovalStrategyOrphanRemovalStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static OrphanRemovalStrategy[]OrphanRemovalStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sahli.asciidoc.confluence.publisher.client with parameters of type OrphanRemovalStrategy Constructor Description ConfluencePublisher(ConfluencePublisherMetadata metadata, PublishingStrategy publishingStrategy, OrphanRemovalStrategy orphanRemovalStrategy, ConfluenceClient confluenceClient, ConfluencePublisherListener confluencePublisherListener, String versionMessage, boolean notifyWatchers)
-