@spinnaker/appengine
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -1,2 +0,2 @@ | ||
import { IArtifactAccountPair } from '@spinnaker/core'; | ||
import { IServerGroup, IArtifactAccountPair, IArtifact } from '@spinnaker/core'; | ||
import { GitCredentialType, IAppengineGitTrigger, IAppengineJenkinsTrigger } from 'appengine/domain/index'; | ||
@@ -30,2 +30,3 @@ import { IAppengineServerGroupCommand } from './configure/serverGroupCommandBuilder.service'; | ||
expectedArtifactId: string; | ||
expectedArtifact: IArtifact; | ||
fromArtifact: boolean; | ||
@@ -38,2 +39,8 @@ sourceType: string; | ||
} | ||
export declare class AppengineServerGroupTransformer { | ||
static $inject: string[]; | ||
private $q; | ||
normalizeServerGroup(serverGroup: IServerGroup): PromiseLike<IServerGroup>; | ||
convertServerGroupCommandToDeployConfiguration(command: IAppengineServerGroupCommand): AppengineDeployDescription; | ||
} | ||
export declare const APPENGINE_SERVER_GROUP_TRANSFORMER = "spinnaker.appengine.serverGroup.transformer.service"; |
@@ -29,2 +29,3 @@ import { module } from 'angular'; | ||
this.expectedArtifactId = command.expectedArtifactId; | ||
this.expectedArtifact = command.expectedArtifact; | ||
this.fromArtifact = command.fromArtifact; | ||
@@ -37,6 +38,3 @@ this.sourceType = command.sourceType; | ||
} | ||
class AppengineServerGroupTransformer { | ||
constructor($q) { | ||
this.$q = $q; | ||
} | ||
export class AppengineServerGroupTransformer { | ||
normalizeServerGroup(serverGroup) { | ||
@@ -43,0 +41,0 @@ return this.$q.resolve(serverGroup); |
{ | ||
"name": "@spinnaker/appengine", | ||
"license": "Apache-2.0", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"main": "lib/lib.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
import { module } from 'angular'; | ||
import { IArtifactAccountPair, IServerGroup } from '@spinnaker/core'; | ||
import { IServerGroup, IArtifactAccountPair, IArtifact } from '@spinnaker/core'; | ||
import { GitCredentialType, IAppengineGitTrigger, IAppengineJenkinsTrigger } from 'appengine/domain/index'; | ||
@@ -34,2 +35,3 @@ | ||
public expectedArtifactId: string; | ||
public expectedArtifact: IArtifact; | ||
public fromArtifact: boolean; | ||
@@ -65,2 +67,3 @@ public sourceType: string; | ||
this.expectedArtifactId = command.expectedArtifactId; | ||
this.expectedArtifact = command.expectedArtifact; | ||
this.fromArtifact = command.fromArtifact; | ||
@@ -74,5 +77,5 @@ this.sourceType = command.sourceType; | ||
class AppengineServerGroupTransformer { | ||
export class AppengineServerGroupTransformer { | ||
public static $inject = ['$q']; | ||
constructor(private $q: ng.IQService) {} | ||
private $q: ng.IQService; | ||
@@ -79,0 +82,0 @@ public normalizeServerGroup(serverGroup: IServerGroup): PromiseLike<IServerGroup> { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
969107
235
6827
5