Codota Logo
com.netflix.spinnaker.halyard.config.config.v1
Code IndexAdd Codota to your IDE (free)

How to use com.netflix.spinnaker.halyard.config.config.v1

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
SimpleDateFormat s =
  • Codota IconString pattern;new SimpleDateFormat(pattern)
  • Codota IconString template;Locale locale;new SimpleDateFormat(template, locale)
  • Codota Iconnew SimpleDateFormat()
  • Smart code suggestions by Codota
}
origin: spinnaker/halyard

public void backupConfig() {
 // It's possible we are asked to backup the halconfig without having loaded it first.
 boolean backup = useBackup;
 useBackup = false;
 getHalconfig();
 useBackup = backup;
 saveConfigTo(halconfigDirectoryStructure.getBackupConfigPath());
}
origin: com.netflix.spinnaker.halyard/halyard-config

 RelaxedObjectMapper() {
  super();
  this.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
  this.configure(DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES, false);
  this.setSerializationInclusion(JsonInclude.Include.NON_NULL);
 }
}
origin: spinnaker/halyard

 StrictObjectMapper() {
  super();
  this.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, true);
  this.setSerializationInclusion(JsonInclude.Include.NON_NULL);
 }
}
origin: spinnaker/halyard

public Path getUserProfilePath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "profiles");
}
origin: spinnaker/halyard

public Halconfig getConfig() {
 return halconfigParser.getHalconfig();
}
origin: com.netflix.spinnaker.halyard/halyard-config

public void backupConfig() {
 // It's possible we are asked to backup the halconfig without having loaded it first.
 boolean backup = useBackup;
 useBackup = false;
 getHalconfig();
 useBackup = backup;
 saveConfigTo(halconfigDirectoryStructure.getBackupConfigPath());
}
origin: spinnaker/halyard

public Path getStagingPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "staging");
}
origin: spinnaker/halyard

 RelaxedObjectMapper() {
  super();
  this.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
  this.configure(DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES, false);
  this.setSerializationInclusion(JsonInclude.Include.NON_NULL);
 }
}
origin: com.netflix.spinnaker.halyard/halyard-config

 StrictObjectMapper() {
  super();
  this.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, true);
  this.setSerializationInclusion(JsonInclude.Include.NON_NULL);
 }
}
origin: com.netflix.spinnaker.halyard/halyard-config

public Halconfig getConfig() {
 return halconfigParser.getHalconfig();
}
origin: com.netflix.spinnaker.halyard/halyard-config

public Path getStagingPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "staging");
}
origin: com.netflix.spinnaker.halyard/halyard-config

public Path getUserServiceSettingsPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "service-settings");
}
origin: spinnaker/halyard

public Path getUserServiceSettingsPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "service-settings");
}
origin: com.netflix.spinnaker.halyard/halyard-config

public Path getUserProfilePath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "profiles");
}
origin: com.netflix.spinnaker.halyard/halyard-config

public Path getLogsPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "service-logs");
}
origin: com.netflix.spinnaker.halyard/halyard-config

public Path getHistoryPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "history");
}
origin: spinnaker/halyard

public Path getHistoryPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "history");
}
origin: spinnaker/halyard

public Path getLogsPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "service-logs");
}
origin: spinnaker/halyard

public Path getConfigPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "config");
}
origin: com.netflix.spinnaker.halyard/halyard-config

public Path getConfigPath(String deploymentName) {
 return ensureRelativeHalDirectory(deploymentName, "config");
}
com.netflix.spinnaker.halyard.config.config.v1

Most used classes

  • HalconfigDirectoryStructure
  • HalconfigParser
    A parser for all Config read by Halyard at runtime.
  • ArtifactSourcesConfig
  • RelaxedObjectMapper
  • ResourceConfig
  • SecretSession,
  • SecretSessionManager
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now