Class TransientProjectFeatureDescriptor.Update
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.projects.features.TransientProjectFeatureDescriptor.Update
-
- Enclosing interface:
- TransientProjectFeatureDescriptor
public static class TransientProjectFeatureDescriptor.Update extends Object
-
-
Constructor Summary
Constructors Constructor Description Update(SProjectFeatureDescriptor oldValue, SProjectFeatureDescriptor newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SProjectFeatureDescriptor
getNewValue()
SProjectFeatureDescriptor
getOldValue()
-
-
-
Constructor Detail
-
Update
public Update(@NotNull SProjectFeatureDescriptor oldValue, @NotNull SProjectFeatureDescriptor newValue)
-
-
Method Detail
-
getOldValue
@NotNull public SProjectFeatureDescriptor getOldValue()
-
getNewValue
@NotNull public SProjectFeatureDescriptor getNewValue()
-
-