Class PipelineIntegrationDataImpl
- java.lang.Object
-
- jetbrains.buildServer.pipeline.impl.PipelineIntegrationDataImpl
-
- All Implemented Interfaces:
PipelineIntegrationData
public class PipelineIntegrationDataImpl extends Object implements PipelineIntegrationData
-
-
Constructor Summary
Constructors Constructor Description PipelineIntegrationDataImpl(String id, Map<String,String> parameters, String type)
PipelineIntegrationDataImpl(OAuthConnectionDescriptor connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Map<String,String>
getParameters()
String
getType()
-
-
-
Method Detail
-
getId
@Nullable public String getId()
- Specified by:
getId
in interfacePipelineIntegrationData
-
getType
@NotNull public String getType()
- Specified by:
getType
in interfacePipelineIntegrationData
-
getParameters
@NotNull public Map<String,String> getParameters()
- Specified by:
getParameters
in interfacePipelineIntegrationData
-
-