Class NpmPipelineIntegration
- java.lang.Object
 - 
- jetbrains.buildServer.pipeline.impl.integration.NpmPipelineIntegration
 
 
- 
- All Implemented Interfaces:
 PipelineIntegration,ServerExtension,TeamCityExtension
@Service public class NpmPipelineIntegration extends Object implements PipelineIntegration
 
- 
- 
Constructor Summary
Constructors Constructor Description NpmPipelineIntegration() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)Generate build features and anything else that is required to use the connection in the buildStringgetType() 
 - 
 
- 
- 
Method Detail
- 
getType
@NotNull public String getType()
- Specified by:
 getTypein interfacePipelineIntegration- Returns:
 - type of the corresponding oauth provider
 
 
- 
generate
public void generate(@NotNull BuildTypeSettings settings, @NotNull List<OAuthConnectionDescriptor> connections)Description copied from interface:PipelineIntegrationGenerate build features and anything else that is required to use the connection in the build- Specified by:
 generatein interfacePipelineIntegration
 
 - 
 
 -