Interface RemoteBuildType

    • Method Detail

      • getSourceBuildType

        @NotNull
        SBuildType getSourceBuildType()
        Source configuration for which changes were run.
        Returns:
        source configuration.
      • getChangesId

        long getChangesId()
        Personal changes id.
        Returns:
        personal changes id.
      • getUserId

        long getUserId()
        Returns:
        id of the personal build owner.
      • getUser

        @Nullable
        SUser getUser()
        Returns:
        user - owner of the personal build changes
        Since:
        7.1
      • getPersonalChange

        @Nullable
        SVcsModification getPersonalChange()
        Returns personal modification associated with this build configuration or null if data for this remote build is not available anymore This can happen, for example, when remote run was deleted.
        Returns:
        see above
        Since:
        5.0
      • getPersonalChanges

        @NotNull
        java.util.List<SVcsModification> getPersonalChanges()
        Returns personal modifications associated with this build configuration. The returned collection has size either 1 or 0.
        Returns:
        see above