Package jetbrains.buildServer.serverSide
Interface SProjectFeatureDescriptor
-
- All Superinterfaces:
ParametersDescriptor
- All Known Subinterfaces:
BuildExecutorDescriptor
,ConnectionDescriptor
- All Known Implementing Classes:
BuildExecutorDescriptorImpl
,OAuthConnectionDescriptor
,ProjectFeatureDescriptorImpl
,SpaceTemporaryConnection
,UntrustedBuildsSettings
public interface SProjectFeatureDescriptor extends ParametersDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns unique id of this descriptorString
getProjectId()
-
Methods inherited from interface jetbrains.buildServer.serverSide.ParametersDescriptor
getParameters, getType
-
-
-
-
Method Detail
-
getProjectId
@NotNull String getProjectId()
- Returns:
- internal id of project holding this feature
- Since:
- 10.0
-
getId
@NotNull String getId()
Description copied from interface:ParametersDescriptor
Returns unique id of this descriptor- Specified by:
getId
in interfaceParametersDescriptor
- Returns:
- unique id of this descriptor. The id is unique only across one project, different projects could have features with same ids. The id could change during project copy.
- Since:
- 10.0
-
-