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 StringgetId()Returns unique id of this descriptorStringgetProjectId()-
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:ParametersDescriptorReturns unique id of this descriptor- Specified by:
getIdin 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
-
-