Tabnine Logo
DeploymentEnvironmentValidator.validateGitDeployment
Code IndexAdd Tabnine to your IDE (free)

How to use
validateGitDeployment
method
in
com.netflix.spinnaker.halyard.config.validate.v1.DeploymentEnvironmentValidator

Best Java code snippets using com.netflix.spinnaker.halyard.config.validate.v1.DeploymentEnvironmentValidator.validateGitDeployment (Showing top 2 results out of 315)

origin: spinnaker/halyard

@Override
public void validate(ConfigProblemSetBuilder p, DeploymentEnvironment n) {
 DeploymentType type = n.getType();
 switch (type) {
  case LocalDebian:
  case BakeDebian:
   break;
  case Distributed:
   validateDistributedDeployment(p, n);
   break;
  case LocalGit:
   validateGitDeployment(p, n);
   break;
  default:
   throw new RuntimeException("Unknown deployment environment type " + type);
 }
}
origin: com.netflix.spinnaker.halyard/halyard-config

@Override
public void validate(ConfigProblemSetBuilder p, DeploymentEnvironment n) {
 DeploymentType type = n.getType();
 switch (type) {
  case LocalDebian:
  case BakeDebian:
   break;
  case Distributed:
   validateDistributedDeployment(p, n);
   break;
  case LocalGit:
   validateGitDeployment(p, n);
   break;
  default:
   throw new RuntimeException("Unknown deployment environment type " + type);
 }
}
com.netflix.spinnaker.halyard.config.validate.v1DeploymentEnvironmentValidatorvalidateGitDeployment

Popular methods of DeploymentEnvironmentValidator

  • validateDistributedDeployment

Popular in Java

  • Reactive rest calls using spring rest template
  • addToBackStack (FragmentTransaction)
  • putExtra (Intent)
  • onCreateOptionsMenu (Activity)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Top Vim 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