public static interface FeatureAgent.FeatureBuilder
create()
,
useRelease(boolean)
,
useRevision(Revision)
,
useLatestRevision()
Modifier and Type | Method and Description |
---|---|
FeatureDescriptor |
create()
Create a new feature descriptor with the current settings.
|
FeatureAgent.FeatureBuilder |
useLatestRevision()
Set the revision the new feature descriptor should operate in to the newest project revision which is
currently available.
|
FeatureAgent.FeatureBuilder |
useRelease(boolean value)
Should the feature descriptor deliver the release or current version of elements.
|
FeatureAgent.FeatureBuilder |
useRevision(Date date)
Set the date of the revision the new feature descriptor should operate in.
|
FeatureAgent.FeatureBuilder |
useRevision(Revision revision)
Set the revision the new feature descriptor should operate in.
|
@NotNull FeatureDescriptor create()
@NotNull FeatureAgent.FeatureBuilder useRelease(boolean value)
value
- true
for "release" and false
for current version of elements.FeatureDescriptor.isRelease()
@NotNull FeatureAgent.FeatureBuilder useRevision(@NotNull Revision revision)
revision
- Revision to use.useLatestRevision()
,
useRevision(Date)
@NotNull FeatureAgent.FeatureBuilder useRevision(@NotNull Date date)
date
- Date to use.useRevision(Revision)
,
useLatestRevision()
@NotNull FeatureAgent.FeatureBuilder useLatestRevision()
useRevision(Revision)
,
useRevision(Date)
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210