org.wildfly.extras.creaper.commands.deployments
Class Undeploy.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.deployments.Undeploy.Builder
Enclosing class:
Undeploy

public static final class Undeploy.Builder
extends Object


Constructor Summary
Undeploy.Builder(String deploymentName)
           
 
Method Summary
 Undeploy build()
           
 Undeploy.Builder keepContent()
          Defines that the content should be left in the deployment repository => only undeployed without removing it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Undeploy.Builder

public Undeploy.Builder(String deploymentName)
Method Detail

keepContent

public Undeploy.Builder keepContent()
Defines that the content should be left in the deployment repository => only undeployed without removing it.


build

public Undeploy build()


Copyright © 2020. All rights reserved.