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 boolean
equals(Object o)
OAuthConnectionDescriptor
getConnection()
SpaceProjectDeducer.ProjectAndConnection
getParent()
SProject
getProject()
int
hashCode()
-
-
-
Constructor Detail
-
ProjectAndConnectionWithParent
public ProjectAndConnectionWithParent(@NotNull SpaceProjectDeducer.ProjectAndConnection projectAndConnection, @NotNull SpaceProjectDeducer.ProjectAndConnection parent)
-
-
Method Detail
-
getProject
@NotNull public SProject getProject()
- Specified by:
getProject
in interfaceSpaceProjectDeducer.ProjectCombo
-
getConnection
@NotNull public OAuthConnectionDescriptor getConnection()
-
getParent
@NotNull public SpaceProjectDeducer.ProjectAndConnection getParent()
-
-