Class BuildFeatureBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.projects.BuildFeatureBean
-
public class BuildFeatureBean extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildFeatureBean(SBuildFeatureDescriptor descriptor, String inheritanceDescription, String inheritanceOrigin, boolean overridden, boolean enabled, boolean canEdit, boolean notApplicable, SBuildFeatureDescriptor own)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SBuildFeatureDescriptorgetDescriptor()StringgetId()StringgetInheritanceDescription()StringgetOriginExternalId()SBuildFeatureDescriptorgetOwn()StringgetShortDescription()StringgetType()booleanisCanEdit()booleanisEnabled()booleanisInherited()booleanisNotApplicable()booleanisOverridden()
-
-
-
Constructor Detail
-
BuildFeatureBean
public BuildFeatureBean(@NotNull SBuildFeatureDescriptor descriptor, @Nullable String inheritanceDescription, @Nullable String inheritanceOrigin, boolean overridden, boolean enabled, boolean canEdit, boolean notApplicable, @Nullable SBuildFeatureDescriptor own)
-
-
Method Detail
-
getDescriptor
@NotNull public SBuildFeatureDescriptor getDescriptor()
-
getId
public String getId()
-
getType
public String getType()
-
isInherited
public boolean isInherited()
-
getInheritanceDescription
@Nullable public String getInheritanceDescription()
-
isEnabled
public boolean isEnabled()
-
isCanEdit
public boolean isCanEdit()
-
isOverridden
public boolean isOverridden()
-
isNotApplicable
public boolean isNotApplicable()
-
getShortDescription
public String getShortDescription()
-
getOriginExternalId
@Nullable public String getOriginExternalId()
-
getOwn
@Nullable public SBuildFeatureDescriptor getOwn()
-
-