You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No signature of method: static org.artifactory.search.Searches.artifactsCreatedOrModifiedInRange() is applicable for argument types: (java.util.GregorianCalendar, java.util.GregorianCalendar, java.lang.String)
#393
Open
meghana648 opened this issue
Aug 7, 2021
· 0 comments
When calling plugin execution getting this error at this line in my-plugin.groovy file.
List artifactsCreated =
Searches.artifactsCreatedOrModifiedInRange(calendarUntil,calendarUntil,'oal-shared-snapshot-local')
Can you please help to resolve this issue
Error info :-
{
"errors": [
{
"status": 500,
"message": "No signature of method: static org.artifactory.search.Searches.artifactsCreatedOrModifiedInRange() is applicable for argument types: (java.util.GregorianCalendar, java.util.GregorianCalendar, java.lang.String) values: [java.util.GregorianCalendar[time=1628317816767,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2021,MONTH=7,WEEK_OF_YEAR=32,WEEK_OF_MONTH=1,DAY_OF_MONTH=7,DAY_OF_YEAR=219,DAY_OF_WEEK=7,DAY_OF_WEEK_IN_MONTH=1,AM_PM=0,HOUR=6,HOUR_OF_DAY=6,MINUTE=30,SECOND=16,MILLISECOND=767,ZONE_OFFSET=0,DST_OFFSET=0], ...]"
}
]
}
The text was updated successfully, but these errors were encountered: