Class VcsProviderDto


  • public class VcsProviderDto
    extends Object
    • Constructor Detail

      • VcsProviderDto

        public VcsProviderDto​(@NotNull
                              String type,
                              @NotNull
                              String displayName)
    • Method Detail

      • getType

        @NotNull
        public String getType()
      • getDisplayName

        @NotNull
        public String getDisplayName()
      • getUsername

        @Nullable
        public String getUsername()
      • getConnectionId

        @Nullable
        public String getConnectionId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object