Class SpaceProjectDeducer.ProjectAndConnectionWithParent
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.SpaceProjectDeducer.ProjectAndConnectionWithParent
-
- All Implemented Interfaces:
SpaceProjectDeducer.ProjectCombo
- Enclosing class:
- SpaceProjectDeducer
public static class SpaceProjectDeducer.ProjectAndConnectionWithParent extends Object implements SpaceProjectDeducer.ProjectCombo
-
-
Constructor Summary
Constructors Constructor Description ProjectAndConnectionWithParent(SpaceProjectDeducer.ProjectAndConnection projectAndConnection, SpaceProjectDeducer.ProjectAndConnection parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OAuthConnectionDescriptorgetConnection()SpaceProjectDeducer.ProjectAndConnectiongetParent()SProjectgetProject()inthashCode()
-
-
-
Constructor Detail
-
ProjectAndConnectionWithParent
public ProjectAndConnectionWithParent(@NotNull SpaceProjectDeducer.ProjectAndConnection projectAndConnection, @NotNull SpaceProjectDeducer.ProjectAndConnection parent)
-
-
Method Detail
-
getProject
@NotNull public SProject getProject()
- Specified by:
getProjectin interfaceSpaceProjectDeducer.ProjectCombo
-
getConnection
@NotNull public OAuthConnectionDescriptor getConnection()
-
getParent
@NotNull public SpaceProjectDeducer.ProjectAndConnection getParent()
-
-