MCPcopy Create free account
hub / github.com/apache/solr / get_release_date

Method get_release_date

dev-tools/scripts/releaseWizard.py:358–363  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

356 return None
357
358 def get_release_date(self):
359 publish_task = self.get_todo_by_id('publish_maven')
360 if publish_task.is_done():
361 return unix_to_datetime(publish_task.get_state()['done_date'])
362 else:
363 return None
364
365 def get_release_date_iso(self):
366 release_date = self.get_release_date()

Callers 2

get_release_date_isoMethod · 0.95
expand_jinjaFunction · 0.80

Calls 4

get_todo_by_idMethod · 0.95
unix_to_datetimeFunction · 0.85
get_stateMethod · 0.80
is_doneMethod · 0.45

Tested by

no test coverage detected