Class SpaceConnectDescriber
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.SpaceConnectDescriber
-
public class SpaceConnectDescriber extends Object
-
-
Constructor Summary
Constructors Constructor Description SpaceConnectDescriber(String address, String serviceId, String serviceSecret, boolean isInsecure, boolean isTemporary, boolean isConsumed, String ownerId)
SpaceConnectDescriber(Map<String,String> params)
SpaceConnectDescriber(OAuthConnectionDescriptor cd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAdditionalDescription()
String
getAddress()
String
getDescription(boolean isUIDescription)
String
getFullAddress()
String
getServiceId()
String
getServiceSecret()
boolean
isConsumed()
boolean
isInsecure()
boolean
isOwnedBy(String userId)
boolean
isTemporary()
String
toString()
-
-
-
Constructor Detail
-
SpaceConnectDescriber
public SpaceConnectDescriber(@NotNull OAuthConnectionDescriptor cd)
-
-
Method Detail
-
getAddress
@NotNull public String getAddress()
-
getFullAddress
@NotNull public String getFullAddress()
-
getServiceId
@NotNull public String getServiceId()
-
getServiceSecret
@NotNull public String getServiceSecret()
-
isInsecure
public boolean isInsecure()
-
isTemporary
public boolean isTemporary()
-
isConsumed
public boolean isConsumed()
-
isOwnedBy
public boolean isOwnedBy(@NotNull String userId)
-
getDescription
public String getDescription(boolean isUIDescription)
-
getAdditionalDescription
@NotNull public String getAdditionalDescription()
-
-