congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
SpinnakerServiceProvider.clean
Code IndexAdd Tabnine to your IDE (free)

How to use
clean
method
in
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.SpinnakerServiceProvider

Best Java code snippets using com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.SpinnakerServiceProvider.clean (Showing top 4 results out of 315)

origin: com.netflix.spinnaker.halyard/halyard-deploy

default RemoteAction clean(
  S serviceProvider,
  D deploymentDetails,
  SpinnakerRuntimeSettings runtimeSettings
) {
 return serviceProvider.clean(deploymentDetails, runtimeSettings);
}
origin: spinnaker/halyard

default RemoteAction clean(
  S serviceProvider,
  D deploymentDetails,
  SpinnakerRuntimeSettings runtimeSettings
) {
 return serviceProvider.clean(deploymentDetails, runtimeSettings);
}
origin: spinnaker/halyard

public void clean(String deploymentName) {
 DeploymentConfiguration deploymentConfiguration = deploymentService.getDeploymentConfiguration(deploymentName);
 SpinnakerServiceProvider<DeploymentDetails> serviceProvider = serviceProviderFactory.create(deploymentConfiguration);
 DeploymentDetails deploymentDetails = getDeploymentDetails(deploymentConfiguration);
 RemoteAction action = serviceProvider.clean(deploymentDetails, serviceProvider.buildRuntimeSettings(deploymentConfiguration));
 action.commitScript(halconfigDirectoryStructure.getUnInstallScriptPath(deploymentName));
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

public void clean(String deploymentName) {
 DeploymentConfiguration deploymentConfiguration = deploymentService.getDeploymentConfiguration(deploymentName);
 SpinnakerServiceProvider<DeploymentDetails> serviceProvider = serviceProviderFactory.create(deploymentConfiguration);
 DeploymentDetails deploymentDetails = getDeploymentDetails(deploymentConfiguration);
 RemoteAction action = serviceProvider.clean(deploymentDetails, serviceProvider.buildRuntimeSettings(deploymentConfiguration));
 action.commitScript(halconfigDirectoryStructure.getUnInstallScriptPath(deploymentName));
}
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.serviceSpinnakerServiceProviderclean

Popular methods of SpinnakerServiceProvider

  • buildRuntimeSettings
  • getField
  • getFieldsOfType
  • getServices
  • reduceFieldName

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getContentResolver (Context)
  • onCreateOptionsMenu (Activity)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • BoxLayout (javax.swing)
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now