Class CodeLocationCreationData<T extends CodeLocationBatchOutput>
- java.lang.Object
-
- com.synopsys.integration.blackduck.codelocation.CodeLocationCreationData<T>
-
public class CodeLocationCreationData<T extends CodeLocationBatchOutput> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CodeLocationCreationData(NotificationTaskRange notificationTaskRange, T output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationTaskRangegetNotificationTaskRange()TgetOutput()
-
-
-
Constructor Detail
-
CodeLocationCreationData
public CodeLocationCreationData(NotificationTaskRange notificationTaskRange, T output)
-
-
Method Detail
-
getNotificationTaskRange
public NotificationTaskRange getNotificationTaskRange()
-
getOutput
public T getOutput()
-
-