Tabnine Logo
AppengineAccount.getProject
Code IndexAdd Tabnine to your IDE (free)

How to use
getProject
method
in
com.netflix.spinnaker.halyard.config.model.v1.providers.appengine.AppengineAccount

Best Java code snippets using com.netflix.spinnaker.halyard.config.model.v1.providers.appengine.AppengineAccount.getProject (Showing top 4 results out of 315)

origin: spinnaker/halyard

String jsonKey = null;
String jsonPath = account.getJsonPath();
String project = account.getProject();
String knownHostsPath = account.getSshKnownHostsFilePath();
AppengineNamedAccountCredentials credentials = null;
if (account.getProject() == null || account.getProject().isEmpty()) {
 p.addProblem(Severity.ERROR, "No appengine project supplied.");
 return;
origin: com.netflix.spinnaker.halyard/halyard-config

String jsonKey = null;
String jsonPath = account.getJsonPath();
String project = account.getProject();
String knownHostsPath = account.getSshKnownHostsFilePath();
AppengineNamedAccountCredentials credentials = null;
if (account.getProject() == null || account.getProject().isEmpty()) {
 p.addProblem(Severity.ERROR, "No appengine project supplied.");
 return;
origin: com.netflix.spinnaker.halyard/halyard-cli

 @Override
 protected Account editAccount(AppengineAccount account) {
  account.setJsonPath(isSet(jsonPath) ? jsonPath : account.getJsonPath());
  account.setProject(isSet(project) ? project : account.getProject());
  account.setLocalRepositoryDirectory(isSet(localRepositoryDirectory) ? localRepositoryDirectory : account.getLocalRepositoryDirectory());
  account.setGitHttpsUsername(isSet(gitHttpsUsername) ? gitHttpsUsername : account.getGitHttpsUsername());
  account.setGitHttpsPassword(isSet(gitHttpsPassword) ? gitHttpsPassword : account.getGitHttpsPassword());
  account.setGithubOAuthAccessToken(isSet(githubOAuthAccessToken) ? githubOAuthAccessToken : account.getGithubOAuthAccessToken());
  account.setSshPrivateKeyFilePath(isSet(sshPrivateKeyFilePath) ? sshPrivateKeyFilePath: account.getSshPrivateKeyFilePath());
  account.setSshPrivateKeyPassphrase(isSet(sshPrivateKeyPassphrase) ? sshPrivateKeyPassphrase: account.getSshPrivateKeyPassphrase());
  account.setSshKnownHostsFilePath(isSet(sshKnownHostsFilePath) ? sshKnownHostsFilePath : account.getSshKnownHostsFilePath());
  account.setSshTrustUnknownHosts(sshTrustUnknownHosts != null ? sshTrustUnknownHosts : account.isSshTrustUnknownHosts());
  account.setGcloudReleaseTrack(gcloudReleaseTrack != null ? gcloudReleaseTrack : account.getGcloudReleaseTrack());
  
  return account;
 }
}
origin: spinnaker/halyard

 @Override
 protected Account editAccount(AppengineAccount account) {
  account.setJsonPath(isSet(jsonPath) ? jsonPath : account.getJsonPath());
  account.setProject(isSet(project) ? project : account.getProject());
  account.setLocalRepositoryDirectory(isSet(localRepositoryDirectory) ? localRepositoryDirectory : account.getLocalRepositoryDirectory());
  account.setGitHttpsUsername(isSet(gitHttpsUsername) ? gitHttpsUsername : account.getGitHttpsUsername());
  account.setGitHttpsPassword(isSet(gitHttpsPassword) ? gitHttpsPassword : account.getGitHttpsPassword());
  account.setGithubOAuthAccessToken(isSet(githubOAuthAccessToken) ? githubOAuthAccessToken : account.getGithubOAuthAccessToken());
  account.setSshPrivateKeyFilePath(isSet(sshPrivateKeyFilePath) ? sshPrivateKeyFilePath: account.getSshPrivateKeyFilePath());
  account.setSshPrivateKeyPassphrase(isSet(sshPrivateKeyPassphrase) ? sshPrivateKeyPassphrase: account.getSshPrivateKeyPassphrase());
  account.setSshKnownHostsFilePath(isSet(sshKnownHostsFilePath) ? sshKnownHostsFilePath : account.getSshKnownHostsFilePath());
  account.setSshTrustUnknownHosts(sshTrustUnknownHosts != null ? sshTrustUnknownHosts : account.isSshTrustUnknownHosts());
  account.setGcloudReleaseTrack(gcloudReleaseTrack != null ? gcloudReleaseTrack : account.getGcloudReleaseTrack());
  account.setServices(services != null ? services : account.getServices());
  account.setVersions(versions != null ? versions : account.getVersions());
  account.setOmitServices(omitServices != null ? omitServices : account.getOmitServices());
  account.setOmitVersions(omitVersions != null ? omitVersions : account.getOmitVersions());
  
  return account;
 }
}
com.netflix.spinnaker.halyard.config.model.v1.providers.appengineAppengineAccountgetProject

Popular methods of AppengineAccount

  • getGitHttpsPassword
  • getGitHttpsUsername
  • getJsonPath
  • getSshKnownHostsFilePath
  • getSshPrivateKeyFilePath
  • getSshPrivateKeyPassphrase
  • isSshTrustUnknownHosts
  • <init>
  • getGcloudReleaseTrack
  • getGithubOAuthAccessToken
  • getLocalRepositoryDirectory
  • setGcloudReleaseTrack
  • getLocalRepositoryDirectory,
  • setGcloudReleaseTrack,
  • setGitHttpsPassword,
  • setGitHttpsUsername,
  • setGithubOAuthAccessToken,
  • setJsonPath,
  • setLocalRepositoryDirectory,
  • setName,
  • setProject

Popular in Java

  • Creating JSON documents from java classes using gson
  • notifyDataSetChanged (ArrayAdapter)
  • getApplicationContext (Context)
  • setRequestProperty (URLConnection)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Path (java.nio.file)
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Top plugins for Android Studio
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