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

How to use
LocalGitRoscoService
in
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.local.git

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

origin: spinnaker/halyard

 @Override
 protected void appendCustomConfigDir(Profile profile) {
  Map parsedContents = (Map) yamlParser.load(profile.getContents());

  if (!(parsedContents.get("rosco") instanceof Map)) {
   parsedContents.put("rosco", new LinkedHashMap<String,Object>());
  }

  String packerDirectory = Paths.get(getRoscoConfigPath(), "packer").toString();
  ((Map) parsedContents.get("rosco")).put("configDir", packerDirectory);

  profile.setContents(yamlParser.dump(parsedContents));
 }
}
origin: spinnaker/halyard

@Override
public ServiceSettings buildServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings().setArtifactId(getArtifactId(deploymentConfiguration.getName()))
   .setHost(getDefaultHost())
   .setEnabled(true);
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

@Override
public ServiceSettings buildServiceSettings(DeploymentConfiguration deploymentConfiguration) {
 return new Settings().setArtifactId(getArtifactId(deploymentConfiguration.getName()))
   .setHost(getDefaultHost())
   .setEnabled(true);
}
origin: com.netflix.spinnaker.halyard/halyard-deploy

 @Override
 protected void appendCustomConfigDir(Profile profile) {
  Map parsedContents = (Map) yamlParser.load(profile.getContents());

  if (!(parsedContents.get("rosco") instanceof Map)) {
   parsedContents.put("rosco", new LinkedHashMap<String,Object>());
  }

  String packerDirectory = Paths.get(getRoscoConfigPath(), "packer").toString();
  ((Map) parsedContents.get("rosco")).put("configDir", packerDirectory);

  profile.setContents(yamlParser.dump(parsedContents));
 }
}
com.netflix.spinnaker.halyard.deploy.spinnaker.v1.service.local.gitLocalGitRoscoService

Most used methods

  • getArtifactId
  • getDefaultHost
  • getRoscoConfigPath

Popular in Java

  • Parsing JSON documents to java classes using gson
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • compareTo (BigDecimal)
  • setRequestProperty (URLConnection)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Top Sublime Text 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