ResourceIndexQuery query=ResourceIndexQuery.create().setNonIndexedOnly(true).setQualifiers(NOT_RENAMABLE_QUALIFIERS).setScopes(NOT_RENAMABLE_SCOPES).setRootProjectId(rootProjectId); | ResourceIndexQuery query=ResourceIndexQuery.create().setNonIndexedOnly(true).setQualifiers(NOT_RENAMABLE_QUALIFIERS).setScopes(NOT_RENAMABLE_SCOPES).setRootComponentUuid(rootProjectUuid); | ResourceIndexQuery.create().setNonIndexedOnly(true).setQualifiers(NOT_RENAMABLE_QUALIFIERS).setScopes(NOT_RENAMABLE_SCOPES).setRootProjectId(rootProjectId) | ResourceIndexQuery.create().setNonIndexedOnly(true).setQualifiers(NOT_RENAMABLE_QUALIFIERS).setScopes(NOT_RENAMABLE_SCOPES).setRootComponentUuid(rootProjectId) | sonarqube | a9f33af2ab0e8a72609d7304af65758c3f39bfa7 | org.sonar.db.component.ResourceIndexDao | | _1 | rootProjectId |
---|
_2 | rootProjectUuid |
---|
| TCIVar | rootProjectId |
---|
v0 | ResourceIndexQuery.create().setNonIndexedOnly(true).setQualifiers(NOT_RENAMABLE_QUALIFIERS).setScopes(NOT_RENAMABLE_SCOPES) |
---|
| | TCIVar | rootProjectId |
---|
v0 | ResourceIndexQuery.create().setNonIndexedOnly(true).setQualifiers(NOT_RENAMABLE_QUALIFIERS).setScopes(NOT_RENAMABLE_SCOPES) |
---|
| Uses | True |
SnapshotDto snapshotDto=new SnapshotDto().setRootProjectId(rootId).setVersion(setVersion ? component.getReportAttributes().getVersion() : null).setComponentId(componentId).setQualifier(qualifier).setScope(scope).setLast(false).setStatus(SnapshotDto.STATUS_UNPROCESSED).setCreatedAt(analysisDate).setBuildDate(system2.now()); | SnapshotDto snapshotDto=new SnapshotDto().setRootComponentUuid(rootUuid).setVersion(setVersion ? component.getReportAttributes().getVersion() : null).setComponentUuid(componentUuid).setQualifier(qualifier).setScope(scope).setLast(false).setStatus(SnapshotDto.STATUS_UNPROCESSED).setCreatedAt(analysisDate).setBuildDate(system2.now()); | new SnapshotDto().setRootProjectId(rootId) | new SnapshotDto().setRootComponentUuid(rootId) | sonarqube | a9f33af2ab0e8a72609d7304af65758c3f39bfa7 | org.sonar.server.computation.step.PersistSnapshotsStep.PersistSnapshotsPathAwareVisitor | | | TCIVar | rootId |
---|
v0 | new SnapshotDto() |
---|
| | TCIVar | rootId |
---|
v0 | new SnapshotDto() |
---|
| Uses | True |