Package jetbrains.buildServer.serverSide
Interface ReadOnlyOptionSupport
-
public interface ReadOnlyOptionSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getOption(Option<T> option)
Collection<Option>
getOptions()
-
-
-
Method Detail
-
getOptions
@NotNull Collection<Option> getOptions()
-
getOption
@NotNull <T> T getOption(@NotNull Option<T> option)
-
-