Package com.epam.ta.reportportal.binary
Class CreateLogAttachmentService
- java.lang.Object
-
- com.epam.ta.reportportal.binary.CreateLogAttachmentService
-
@Service @Transactional public class CreateLogAttachmentService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CreateLogAttachmentService(LogRepository logRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(Attachment attachment, java.lang.Long logId)
-
-
-
Constructor Detail
-
CreateLogAttachmentService
@Autowired public CreateLogAttachmentService(LogRepository logRepository)
-
-
Method Detail
-
create
public void create(Attachment attachment, java.lang.Long logId)
-
-