Documentation ¶
Index ¶
- type XscInnerService
- func (xs *XscInnerService) AddAnalyticsGeneralEvent(event services.XscAnalyticsGeneralEvent) (string, error)
- func (xs *XscInnerService) GetAnalyticsGeneralEvent(msi string) (*services.XscAnalyticsGeneralEvent, error)
- func (xs *XscInnerService) GetConfigProfileByName(profileName string) (*services.ConfigProfile, error)
- func (xs *XscInnerService) GetConfigProfileByUrl(repoUrl string) (*services.ConfigProfile, error)
- func (xs *XscInnerService) GetVersion() (string, error)
- func (xs *XscInnerService) SendXscLogErrorRequest(errorLog *services.ExternalErrorLog) error
- func (xs *XscInnerService) UpdateAnalyticsGeneralEvent(event services.XscAnalyticsGeneralEventFinalize) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XscInnerService ¶
type XscInnerService struct { XrayDetails auth.ServiceDetails // contains filtered or unexported fields }
XscService is the Xray Source Control service in the Xray service, available from v3.107.13. This service replaces the Xray Source Control service, which was available as a standalone service.
func NewXscService ¶
func NewXscService(client *jfroghttpclient.JfrogHttpClient) *XscInnerService
func (*XscInnerService) AddAnalyticsGeneralEvent ¶
func (xs *XscInnerService) AddAnalyticsGeneralEvent(event services.XscAnalyticsGeneralEvent) (string, error)
func (*XscInnerService) GetAnalyticsGeneralEvent ¶
func (xs *XscInnerService) GetAnalyticsGeneralEvent(msi string) (*services.XscAnalyticsGeneralEvent, error)
func (*XscInnerService) GetConfigProfileByName ¶ added in v1.48.4
func (xs *XscInnerService) GetConfigProfileByName(profileName string) (*services.ConfigProfile, error)
func (*XscInnerService) GetConfigProfileByUrl ¶ added in v1.48.4
func (xs *XscInnerService) GetConfigProfileByUrl(repoUrl string) (*services.ConfigProfile, error)
func (*XscInnerService) GetVersion ¶
func (xs *XscInnerService) GetVersion() (string, error)
func (*XscInnerService) SendXscLogErrorRequest ¶
func (xs *XscInnerService) SendXscLogErrorRequest(errorLog *services.ExternalErrorLog) error
func (*XscInnerService) UpdateAnalyticsGeneralEvent ¶
func (xs *XscInnerService) UpdateAnalyticsGeneralEvent(event services.XscAnalyticsGeneralEventFinalize) error
Click to show internal directories.
Click to hide internal directories.