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 String
asString()
boolean
equals(Object o)
static RelativeProjectContext
fromString(String s)
Map<String,String>
getContextParameters()
String
getExtId()
String
getName()
String
getParentExtId()
Map<String,String>
getVersionedSettingsFeatureParams()
int
hashCode()
-
-
-
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
-
-