Class RelativeProjectContext
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.versionedSettings.RelativeProjectContext
-
public class RelativeProjectContext extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()booleanequals(Object o)static RelativeProjectContextfromString(String s)Map<String,String>getContextParameters()StringgetExtId()StringgetName()StringgetParentExtId()Map<String,String>getVersionedSettingsFeatureParams()inthashCode()
-
-
-
Method Detail
-
getParentExtId
@NotNull public String getParentExtId()
-
getExtId
@NotNull public String getExtId()
-
getName
@NotNull public String getName()
-
getVersionedSettingsFeatureParams
@NotNull public Map<String,String> getVersionedSettingsFeatureParams()
-
asString
@NotNull public String asString()
-
fromString
@NotNull public static RelativeProjectContext fromString(@NotNull String s) throws ParseException
- Throws:
ParseException
-
-